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-30)

### Bug Fixes

* **package:** adds more info ([1787229](1787229))
  • Loading branch information
semantic-release-bot committed Nov 30, 2018
1 parent 2b77a48 commit 70098a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-artisans",
"version": "1.1.0",
"version": "1.1.1",
"description": "Small wrapper library for utilizing web workers in ember",
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -38,7 +38,7 @@
"format:test": "find ./test/ -name '*.ts*' | xargs prettier --write --config ./.prettierrc --config-precedence file-override",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release",
"deploy:prod": "ember deploy production"
"deploy:prod": "ember deploy production"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
Expand Down

0 comments on commit 70098a1

Please sign in to comment.