Skip to content

Commit

Permalink
chore(main): release 0.0.20 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
flipt-release-bot[bot] authored Sep 12, 2023
1 parent 2d99a5f commit 0ccf436
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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.0.19"
".": "0.0.20"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.20](https://github.com/flipt-io/ffs/compare/v0.0.19...v0.0.20) (2023-09-12)


### Features

* support Typescript ([#65](https://github.com/flipt-io/ffs/issues/65)) ([2d99a5f](https://github.com/flipt-io/ffs/commit/2d99a5fa31ccc93990457545ad4134650f75d164))

## [0.0.19](https://github.com/flipt-io/ffs/compare/v0.0.18...v0.0.19) (2023-09-12)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ffs"
version = "0.0.19"
version = "0.0.20"
description = "A CLI tool to find Flipt feature flags in code"
edition = "2021"
authors = ["Flipt Dev <[email protected]>"]
Expand Down

0 comments on commit 0ccf436

Please sign in to comment.