From 9efd068b58f9ee2cbfae1667692c484a2f8a7282 Mon Sep 17 00:00:00 2001 From: "flipt-release-bot[bot]" <119936948+flipt-release-bot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:42:52 +0000 Subject: [PATCH] chore(main): release 0.2.0 (#97) Co-authored-by: flipt-release-bot[bot] <119936948+flipt-release-bot[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3d2ac0b..10f3091 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 468f496..7547e98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.0](https://github.com/flipt-io/validate-action/compare/v0.1.0...v0.2.0) (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)) + + +### Miscellaneous Chores + +* release 0.2.0 ([10c60e8](https://github.com/flipt-io/validate-action/commit/10c60e87e4303064951f4ec42ea0f9b5af1aefd1)) + ## 0.1.0 (2023-08-08) diff --git a/package-lock.json b/package-lock.json index c8dcb09..16f0dbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flipt-validate-action", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "flipt-validate-action", - "version": "0.1.0", + "version": "0.2.0", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 7417146..537d72a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flipt-validate-action", - "version": "0.1.0", + "version": "0.2.0", "private": true, "description": "Run Flipt Validate for features.yaml files", "main": "lib/main.js",