diff --git a/CHANGELOG.md b/CHANGELOG.md index 264130d..d6f2c98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +### [1.0.2](https://github.com/open-sauced/release/compare/v1.0.1...v1.0.2) (2022-03-07) + + +### 🐛 Bug Fixes + +* correct breaking changes detection ([#6](https://github.com/open-sauced/release/issues/6)) ([686d8fa](https://github.com/open-sauced/release/commit/686d8fa034083f413f48e129bc7be08f10751df1)), closes [#1](https://github.com/open-sauced/release/issues/1) + ### [1.0.1](https://github.com/open-sauced/release/compare/v1.0.0...v1.0.1) (2022-02-03) diff --git a/action.yml b/action.yml index c03566e..c20ea3f 100644 --- a/action.yml +++ b/action.yml @@ -11,5 +11,5 @@ branding: color: 'yellow' runs: using: 'docker' - image: 'docker://ghcr.io/open-sauced/release:1.0.1' + image: 'docker://ghcr.io/open-sauced/release:1.0.2' diff --git a/package-lock.json b/package-lock.json index 5066050..6c403c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/release", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/release", - "version": "1.0.1", + "version": "1.0.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8caf56e..7dd6ba4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/release", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "files": [ "release.config.js"