From cf291fe06c359e564b99844da329c428ed814d19 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 25 Feb 2020 01:06:38 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 48 ++++++++++++++++++++++++------------------------ 2 files changed, 31 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29b..aa1f500b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 0f04ee9e..cd7a9e06 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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",