Skip to content

Commit

Permalink
release: 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2019-09-25)

### Features

* commit package.json semantic-release ([d82eeae](d82eeae))
  • Loading branch information
semantic-release-bot committed Sep 25, 2019
1 parent d82eeae commit 4e88c73
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsconfig-paths-jest-mapper",
"version": "0.0.0-development",
"version": "1.1.0",
"main": "dist/index.js",
"license": "MIT",
"repository": {
Expand All @@ -24,10 +24,15 @@
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
[ "@semantic-release/git", {
"assets": ["package.json"],
"message": "release: ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}]
[
"@semantic-release/git",
{
"assets": [
"package.json"
],
"message": "release: ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
},
"keywords": [
Expand Down

0 comments on commit 4e88c73

Please sign in to comment.