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) (2020-02-25)

### Bug Fixes

* **readme:** fix readme && trigger test build ([ce3fe3a](ce3fe3a))
* **workflows:** trying to test this ([8a88412](8a88412))
  • Loading branch information
semantic-release-bot committed Feb 25, 2020
1 parent b09e687 commit cf291fe
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 24 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## [1.1.1](https://github.com/trilom/file-changes-action/compare/v1.1.0...v1.1.1) (2020-02-25)


### Bug Fixes

* **readme:** fix readme && trigger test build ([ce3fe3a](https://github.com/trilom/file-changes-action/commit/ce3fe3ae65fad6aefe40f626f694b4f6be36a5ad))
* **workflows:** trying to test this ([8a88412](https://github.com/trilom/file-changes-action/commit/8a8841241980720535c70571e99bcf0048724167))
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trilom/file-changes-action",
"version": "1.1.0",
"version": "1.1.1",
"description": "Creates outputs variables of files modified, added, or deleted by a PR or Push.",
"main": "lib/main.js",
"scripts": {
Expand Down Expand Up @@ -34,30 +34,30 @@
"branches": [
"test/v1"
],
"dryRun": false,
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md",
"package.json",
"yarn.lock"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
"dryRun": false,
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md",
"package.json",
"yarn.lock"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
]
},
"dependencies": {
"@actions/core": "^1.2.0",
Expand Down

0 comments on commit cf291fe

Please sign in to comment.