diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e69de29..972e870 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -0,0 +1,8 @@ +## [1.1.1](https://github.com/stevepentland/swarmer-client-js/compare/v1.1.0...v1.1.1) (2018-11-17) + + +### Bug Fixes + +* **build:** Attempt to push up package.json with updated version ([b5f5cee](https://github.com/stevepentland/swarmer-client-js/commit/b5f5cee)) +* **build:** Ensure required plugins are present ([735dcd8](https://github.com/stevepentland/swarmer-client-js/commit/735dcd8)) +* **ver:** Align version in package.json with release. ([79a2e9c](https://github.com/stevepentland/swarmer-client-js/commit/79a2e9c)) diff --git a/package.json b/package.json index 58e3a61..3597c05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swarmer-client", - "version": "1.1.0", + "version": "1.1.1", "description": "A client designed to work with the swarmer application inside docker", "main": "./lib/index.js", "repository": {