From 0e1ab7aee56ed5840d30f283045c860d381c2b07 Mon Sep 17 00:00:00 2001 From: gliech Date: Sun, 13 Sep 2020 21:30:41 +0000 Subject: [PATCH] chore(release): 1.4.1 ## [1.4.1](https://github.com/gliech/create-github-secret-action/compare/v1.4.0...v1.4.1) (2020-09-13) ### Documentation * **readme:** small fixes ([daa0103](https://github.com/gliech/create-github-secret-action/commit/daa01033ae5036b4698a03275e68228b7ba8b6fa)) ### Continuous Integration * dependabot config ([b31b5d2](https://github.com/gliech/create-github-secret-action/commit/b31b5d231f26393e5043330b70d25c7c90a7581a)) * **main:** redefine trigger criteria ([b21c016](https://github.com/gliech/create-github-secret-action/commit/b21c016d73817bca9b332ae7b28d29cacd92e911)) * **semrel:** update semrel config with own flavor ([695fbb4](https://github.com/gliech/create-github-secret-action/commit/695fbb48caca0ac063bd66fa2765315e23c6983b)) ### Dependency Updates * bump @actions/core from 1.2.4 to 1.2.5 ([48b9c48](https://github.com/gliech/create-github-secret-action/commit/48b9c48a4ed8951766f68c3b7e3dd634613ba92b)) --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a9c6552 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +## [1.4.1](https://github.com/gliech/create-github-secret-action/compare/v1.4.0...v1.4.1) (2020-09-13) + + +### Documentation + +* **readme:** small fixes ([daa0103](https://github.com/gliech/create-github-secret-action/commit/daa01033ae5036b4698a03275e68228b7ba8b6fa)) + + +### Continuous Integration + +* dependabot config ([b31b5d2](https://github.com/gliech/create-github-secret-action/commit/b31b5d231f26393e5043330b70d25c7c90a7581a)) +* **main:** redefine trigger criteria ([b21c016](https://github.com/gliech/create-github-secret-action/commit/b21c016d73817bca9b332ae7b28d29cacd92e911)) +* **semrel:** update semrel config with own flavor ([695fbb4](https://github.com/gliech/create-github-secret-action/commit/695fbb48caca0ac063bd66fa2765315e23c6983b)) + + +### Dependency Updates + +* bump @actions/core from 1.2.4 to 1.2.5 ([48b9c48](https://github.com/gliech/create-github-secret-action/commit/48b9c48a4ed8951766f68c3b7e3dd634613ba92b)) diff --git a/package-lock.json b/package-lock.json index 57f3173..610dd5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "create-github-secret-action", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 58c293c..cdca24e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-github-secret-action", - "version": "1.4.0", + "version": "1.4.1", "private": "true", "description": "Create or update a Github Secret", "main": "dist/index.js",