Skip to content

Commit

Permalink
chore(release): 1.45.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.45.0](v1.44.1...v1.45.0) (2020-04-03)

### Bug Fixes

* **vector:** add empty first line ([e7bd556](e7bd556))

### Features

* **operator:** avoid using cachedFactory ([c6d9833](c6d9833))
  • Loading branch information
semantic-release-bot committed Apr 3, 2020
1 parent e7bd556 commit 25d98bc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.45.0](https://github.com/basics/vector/compare/v1.44.1...v1.45.0) (2020-04-03)


### Bug Fixes

* **vector:** add empty first line ([e7bd556](https://github.com/basics/vector/commit/e7bd55628ae3c8622b552482ba02dcc2b2fcfd74))


### Features

* **operator:** avoid using cachedFactory ([c6d9833](https://github.com/basics/vector/commit/c6d9833d131b681959109fe09a6d31077ae597f3))

## [1.44.1](https://github.com/basics/vector/compare/v1.44.0...v1.44.1) (2020-03-31)


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.44.1",
"version": "1.45.0",
"description": "A vector lib with support for (+ - * /) operator handling",
"main": "./index.js",
"module": "./build/esm/index.js",
Expand Down

0 comments on commit 25d98bc

Please sign in to comment.