Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.

Commit

Permalink
chore(release): 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Jan 9, 2018
1 parent c0d210d commit ade66fc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions npm/CHANGELOG.md
Expand Up @@ -2,6 +2,25 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="2.4.0"></a>
# [2.4.0](https://github.com/ibm-developer/java-codegen-common/compare/v2.3.0...v2.4.0) (2018-01-09)


### Bug Fixes

* syntax error in deploy.sh ([4ae6842](https://github.com/ibm-developer/java-codegen-common/commit/4ae6842))
* **build:** Add line to prevent test file being modified when updating the version ([60e5437](https://github.com/ibm-developer/java-codegen-common/commit/60e5437))
* **build:** Fix travis builds to deploy after first version ([0b2d985](https://github.com/ibm-developer/java-codegen-common/commit/0b2d985))
* **build:** Update prerelease.sh to have correct env reference ([938485b](https://github.com/ibm-developer/java-codegen-common/commit/938485b))


### Features

* **travis:** added linter, added coveralls, updated .travis.yaml ([a07ae4a](https://github.com/ibm-developer/java-codegen-common/commit/a07ae4a))
* **travis:** added linter, added coveralls, updated .travis.yaml ([0cd20e9](https://github.com/ibm-developer/java-codegen-common/commit/0cd20e9))



<a name="2.3.0"></a>
# [2.3.0](https://github.ibm.com/arf/java-codegen-common/compare/v2.2.0...v2.3.0) (2017-09-12)

Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
@@ -1,6 +1,6 @@
{
"name": "ibm-java-codegen-common",
"version": "2.3.0",
"version": "2.4.0",
"description": "Common Java code generation utilities",
"license": "Apache-2.0",
"main": "index.js",
Expand Down

0 comments on commit ade66fc

Please sign in to comment.