Skip to content

Commit

Permalink
chore(release): 1.8.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.2](v1.8.1...v1.8.2) (2018-08-13)

### Bug Fixes

* **example:** don't import inside test ([245e60a](245e60a))
* **test:** readme test imports example.js ([7c29af4](7c29af4))
* **travis:** rearranged script order ([03c3c9a](03c3c9a))
  • Loading branch information
semantic-release-bot committed Aug 13, 2018
1 parent 245e60a commit e98b3d9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.8.2](https://github.com/basics/vector/compare/v1.8.1...v1.8.2) (2018-08-13)


### Bug Fixes

* **example:** don't import inside test ([245e60a](https://github.com/basics/vector/commit/245e60a))
* **test:** readme test imports example.js ([7c29af4](https://github.com/basics/vector/commit/7c29af4))
* **travis:** rearranged script order ([03c3c9a](https://github.com/basics/vector/commit/03c3c9a))

## [1.8.1](https://github.com/basics/vector/compare/v1.8.0...v1.8.1) (2018-08-12)


Expand Down
2 changes: 1 addition & 1 deletion 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.8.1",
"version": "1.8.2",
"description": "A vector lib with support for (+ - * /) operator handling",
"main": "./lib/index.js",
"directories": {
Expand Down

0 comments on commit e98b3d9

Please sign in to comment.