Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2018-11-17)

### Bug Fixes

* **build:** Attempt to push up package.json with updated version ([b5f5cee](b5f5cee))
* **build:** Ensure required plugins are present ([735dcd8](735dcd8))
* **ver:** Align version in package.json with release. ([79a2e9c](79a2e9c))
  • Loading branch information
semantic-release-bot committed Nov 17, 2018
1 parent 735dcd8 commit d091514
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit d091514

Please sign in to comment.