Skip to content

Commit

Permalink
chore(main): release openfeature 0.0.7 (#81)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.0.7](openfeature-v0.0.6...openfeature-v0.0.7)
(2022-10-06)


### Features

* add flagsmith support to the playground
([#80](#80))
([ef85b84](ef85b84))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 6, 2022
1 parent ef85b84 commit 4c69ca9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 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.6"
".": "0.0.7"
}
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.7](https://github.com/open-feature/playground/compare/openfeature-v0.0.6...openfeature-v0.0.7) (2022-10-06)


### Features

* add flagsmith support to the playground ([#80](https://github.com/open-feature/playground/issues/80)) ([ef85b84](https://github.com/open-feature/playground/commit/ef85b84710592c5e1a0a4d916ebd4df3720f92f3))

## [0.0.6](https://github.com/open-feature/playground/compare/openfeature-v0.0.5...openfeature-v0.0.6) (2022-10-05)


Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
demo:
image: ghcr.io/open-feature/playground:openfeature-v0.0.6 # x-release-please-version
image: ghcr.io/open-feature/playground:openfeature-v0.0.7 # x-release-please-version
ports:
- '30000:30000'
command:
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": "openfeature",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",
"scripts": {
"no-op-demo": "nx serve app",
Expand Down

0 comments on commit 4c69ca9

Please sign in to comment.