diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3d2ac0b..5547f83 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 468f496..68e605b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/flipt-io/validate-action/compare/v0.1.0...v0.1.1) (2023-12-11) + + +### Bug Fixes + +* validate no longer takes files ([#88](https://github.com/flipt-io/validate-action/issues/88)) ([1851d1c](https://github.com/flipt-io/validate-action/commit/1851d1c6288012b8069435de0db076145af96f00)) + ## 0.1.0 (2023-08-08) diff --git a/package-lock.json b/package-lock.json index e5ee8c3..ee2d3d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flipt-validate-action", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "flipt-validate-action", - "version": "0.1.0", + "version": "0.1.1", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 3348c8e..e449a30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flipt-validate-action", - "version": "0.1.0", + "version": "0.1.1", "private": true, "description": "Run Flipt Validate for features.yaml files", "main": "lib/main.js",