Skip to content

Commit 4648dec

Browse files
committed
chore(main): release 0.2.1
1 parent 5fd108e commit 4648dec

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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.2.0"
2+
".": "0.2.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.1](https://github.com/Flagsmith/flagsmith-backstage-plugin/compare/v0.2.0...v0.2.1) (2026-02-06)
9+
10+
11+
### Bug Fixes
12+
13+
* **ci:** install dependencies in publish job for prepack script ([#15](https://github.com/Flagsmith/flagsmith-backstage-plugin/issues/15)) ([b03c1bd](https://github.com/Flagsmith/flagsmith-backstage-plugin/commit/b03c1bdefc38f26cf9b2364d98a3ea87754fc0c0))
14+
* **ci:** use Node.js 24 for OIDC trusted publishing support ([#17](https://github.com/Flagsmith/flagsmith-backstage-plugin/issues/17)) ([5fd108e](https://github.com/Flagsmith/flagsmith-backstage-plugin/commit/5fd108eaf67e46cdf082f8b6a97d8257ee58d7d5))
15+
816
## [0.2.0](https://github.com/Flagsmith/flagsmith-backstage-plugin/compare/v0.1.0...v0.2.0) (2026-02-05)
917

1018

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flagsmith/backstage-plugin",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Backstage plugin for Flagsmith feature flag management",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)