Skip to content

Commit b2ade08

Browse files
committed
chore(main): release 0.2.1
1 parent b03c1bd commit b2ade08

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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+
815
## [0.2.0](https://github.com/Flagsmith/flagsmith-backstage-plugin/compare/v0.1.0...v0.2.0) (2026-02-05)
916

1017

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)