Skip to content

Commit

Permalink
chore(release): 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0](v2.2.0...v2.3.0) (2019-02-09)

### Bug Fixes

* use [@NaturalCycles](https://github.com/naturalcycles)/semantic-release, bump js-lib dep ([5217e38](5217e38))

### Features

* zipSharedUtil ([7d84a14](7d84a14))
  • Loading branch information
semantic-release-bot committed Feb 9, 2019
1 parent 5217e38 commit b421c97
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.3.0](https://github.com/NaturalCycles/nodejs-lib/compare/v2.2.0...v2.3.0) (2019-02-09)


### Bug Fixes

* use [@naturalcycles](https://github.com/naturalcycles)/semantic-release, bump js-lib dep ([5217e38](https://github.com/NaturalCycles/nodejs-lib/commit/5217e38))


### Features

* zipSharedUtil ([7d84a14](https://github.com/NaturalCycles/nodejs-lib/commit/7d84a14))

# [2.2.0](https://github.com/NaturalCycles/nodejs-lib/compare/v2.1.0...v2.2.0) (2019-02-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@naturalcycles/nodejs-lib",
"version": "2.2.0",
"version": "2.3.0",
"scripts": {
"build": "del ./dist && tsc",
"build-prod": "del ./dist && tsc -p tsconfig.prod.json"
Expand Down

0 comments on commit b421c97

Please sign in to comment.