Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.1...v1.1.0) (2019-06-12)

### Features

* **action:** turn action into a web action ([f41f212](f41f212))
  • Loading branch information
semantic-release-bot committed Jun 12, 2019
1 parent a1fec27 commit 7a396b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0](https://github.com/adobe/helix-service/compare/v1.0.1...v1.1.0) (2019-06-12)


### Features

* **action:** turn action into a web action ([f41f212](https://github.com/adobe/helix-service/commit/f41f212))

## [1.0.1](https://github.com/adobe/helix-service/compare/v1.0.0...v1.0.1) (2019-06-12)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/helix-service",
"version": "1.0.1",
"version": "1.1.0",
"description": "Example Package",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -68,7 +68,7 @@
}
},
"wsk": {
"name": "helix-services/service@1.0.1",
"name": "helix-services/service@1.1.0",
"static": []
}
}

0 comments on commit 7a396b7

Please sign in to comment.