Skip to content

Commit 80a5064

Browse files
authored
chore(main): release 0.2.3 (#37)
1 parent f76d21c commit 80a5064

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.2.2"}
1+
{".":"0.2.3"}

CHANGELOG.md

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

3+
## [0.2.3](https://github.com/Flagsmith/flagsmith-cli/compare/v0.2.2...v0.2.3) (2025-11-24)
4+
5+
6+
### CI
7+
8+
* fix npm trusted publishing ([#36](https://github.com/Flagsmith/flagsmith-cli/issues/36)) ([f76d21c](https://github.com/Flagsmith/flagsmith-cli/commit/f76d21c4e6d9f036237de92a1621fd9994c41346))
9+
310
## [0.2.2](https://github.com/Flagsmith/flagsmith-cli/compare/0.2.1...v0.2.2) (2025-11-06)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flagsmith-cli",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "A CLI allowing you to fetch Flagsmith flags and output them to a file",
55
"author": "kyle-ssg @kyle-ssg",
66
"bin": {

0 commit comments

Comments
 (0)