Skip to content

Commit

Permalink
chore(release): 1.21.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.21.0](v1.20.3...v1.21.0) (2018-12-14)

### Features

* **vector:** swizzle function ([890bb52](890bb52))
  • Loading branch information
semantic-release-bot committed Dec 14, 2018
1 parent 890bb52 commit 23a4b56
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 21 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.21.0](https://github.com/basics/vector/compare/v1.20.3...v1.21.0) (2018-12-14)


### Features

* **vector:** swizzle function ([890bb52](https://github.com/basics/vector/commit/890bb52))

## [1.20.3](https://github.com/basics/vector/compare/v1.20.2...v1.20.3) (2018-09-21)


Expand Down
26 changes: 6 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-basics/vector",
"version": "1.20.3",
"version": "1.21.0",
"description": "A vector lib with support for (+ - * /) operator handling",
"main": "./lib/index.js",
"directories": {
Expand Down

0 comments on commit 23a4b56

Please sign in to comment.