Skip to content

Commit 5fae312

Browse files
chore(main): release 0.2.0
1 parent 739e17f commit 5fae312

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/flipt-io/setup-action/compare/v0.3.0...v0.2.0) (2025-02-13)
4+
5+
6+
### Features
7+
8+
* add darawn-arm64 as supported target platform ([3bdfbd5](https://github.com/flipt-io/setup-action/commit/3bdfbd5c751090468e4af092cd5aa68bf9873273))
9+
* initial commit ([a2e2684](https://github.com/flipt-io/setup-action/commit/a2e2684092fb9ee10c61b1979e2aed3bab8c5dc1))
10+
* Support auth action ([#8](https://github.com/flipt-io/setup-action/issues/8)) ([bb85e3f](https://github.com/flipt-io/setup-action/commit/bb85e3f714d3da5561ee581d965dcf8d102bcec9))
11+
* support darwin-x64 and linux-arm64 ([#11](https://github.com/flipt-io/setup-action/issues/11)) ([1bbf22b](https://github.com/flipt-io/setup-action/commit/1bbf22b7613c333454465e12cb730242d892122d))
12+
13+
14+
### Miscellaneous Chores
15+
16+
* release 0.2.0 ([5eda65d](https://github.com/flipt-io/setup-action/commit/5eda65df0b39fffc1407927bbf025ccbc52b8cae))
17+
318
## [0.3.0](https://github.com/flipt-io/setup-action/compare/v0.2.0...v0.3.0) (2025-02-13)
419

520
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-flipt-action",
3-
"version": "0.3.0",
3+
"version": "0.2.0",
44
"private": true,
55
"description": "Install Flipt CLI",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)