Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#97)
Browse files Browse the repository at this point in the history
Co-authored-by: flipt-release-bot[bot] <119936948+flipt-release-bot[bot]@users.noreply.github.com>
  • Loading branch information
flipt-release-bot[bot] authored Dec 11, 2023
1 parent 10c60e8 commit 9efd068
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9efd068

Please sign in to comment.