Skip to content
This repository was archived by the owner on Apr 26, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions npm/CHANGELOG.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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