Skip to content

Commit

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


##
[0.0.12](openfeature-v0.0.11...openfeature-v0.0.12)
(2022-10-11)


### Bug Fixes

* bump ci step versions
([#92](#92))
([23aaddf](23aaddf))

---
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 11, 2022
1 parent 23aaddf commit 08e9655
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 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.11"
".": "0.0.12"
}
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.12](https://github.com/open-feature/playground/compare/openfeature-v0.0.11...openfeature-v0.0.12) (2022-10-11)


### Bug Fixes

* bump ci step versions ([#92](https://github.com/open-feature/playground/issues/92)) ([23aaddf](https://github.com/open-feature/playground/commit/23aaddff89a4bf173844dd7b5e92f5dc33c0cd49))

## [0.0.11](https://github.com/open-feature/playground/compare/openfeature-v0.0.10...openfeature-v0.0.11) (2022-10-11)


Expand Down
4 changes: 2 additions & 2 deletions 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:app-v0.0.11 # x-release-please-version
# image: ghcr.io/open-feature/playground:app-v0.0.12 # x-release-please-version
build:
dockerfile: ./packages/app/Dockerfile
ports:
Expand Down Expand Up @@ -35,7 +35,7 @@ services:
- CLOUDBEES_APP_KEY

fib-service:
# image: ghcr.io/open-feature/playground:fib-service-v0.0.11 # x-release-please-version
# image: ghcr.io/open-feature/playground:fib-service-v0.0.12 # x-release-please-version
build:
dockerfile: ./packages/fibonacci-service/Dockerfile
expose:
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.11",
"version": "0.0.12",
"license": "MIT",
"scripts": {
"ui": "nx run ui:serve",
Expand Down

0 comments on commit 08e9655

Please sign in to comment.