Skip to content

Commit

Permalink
Merge pull request #7 from flipt-io/release-please--branches--main--c…
Browse files Browse the repository at this point in the history
…omponents--setup-flipt-action

chore(main): release 0.1.1
  • Loading branch information
GeorgeMac authored Oct 29, 2024
2 parents 2da77f6 + 2d5a863 commit 26394fa
Show file tree
Hide file tree
Showing 4 changed files with 11 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.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/flipt-io/setup-action/compare/v0.1.0...v0.1.1) (2024-10-29)


### Features

* add darwin-arm64 as supported target platform ([3bdfbd5](https://github.com/flipt-io/setup-action/commit/3bdfbd5c751090468e4af092cd5aa68bf9873273))

## 0.1.0 (2024-01-03)

### Features
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": "setup-flipt-action",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"description": "Install Flipt CLI",
"main": "lib/main.js",
Expand Down

0 comments on commit 26394fa

Please sign in to comment.