Skip to content

Commit

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


##
[0.1.1](v0.1.0...v0.1.1)
(2022-10-11)


### Bug Fixes

* disable auth in fib service when env var aren't defined
([#95](#95))
([18eff6b](18eff6b))
* improve timing of fib demo
([#96](#96))
([b4106df](b4106df))

---
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 18eff6b commit ee9af5f
Show file tree
Hide file tree
Showing 5 changed files with 14 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.1.0"
".": "0.1.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.1](https://github.com/open-feature/playground/compare/v0.1.0...v0.1.1) (2022-10-11)


### Bug Fixes

* disable auth in fib service when env var aren't defined ([#95](https://github.com/open-feature/playground/issues/95)) ([18eff6b](https://github.com/open-feature/playground/commit/18eff6b75eb7bce6dbe07f52308cc9cfa0b3e307))
* improve timing of fib demo ([#96](https://github.com/open-feature/playground/issues/96)) ([b4106df](https://github.com/open-feature/playground/commit/b4106df0203f55ad1f1fd2aa3c54c6e7d9bc7868))

## [0.1.0](https://github.com/open-feature/playground/compare/v0.0.12...v0.1.0) (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.1.0 # x-release-please-version
image: ghcr.io/open-feature/playground-app:v0.1.1 # 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.1.0 # x-release-please-version
image: ghcr.io/open-feature/playground-fib-service:v0.1.1 # 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.1.0",
"version": "0.1.1",
"license": "MIT",
"scripts": {
"ui": "nx run ui:serve",
Expand Down

0 comments on commit ee9af5f

Please sign in to comment.