Skip to content

Commit

Permalink
chore: release main (#98)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 26, 2023
1 parent c71a5ec commit ba789a2
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"hooks/open-telemetry": "0.2.0",
"hooks/validator": "0.1.0",
"providers/flagd": "0.1.3",
"providers/from-env": "0.1.0",
"hooks/validator": "0.1.1",
"providers/flagd": "0.1.4",
"providers/from-env": "0.1.1",
"providers/go-feature-flag": "0.1.1",
"tests/flagd": "1.0.0"
"tests/flagd": "1.0.1"
}
8 changes: 8 additions & 0 deletions hooks/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.1.1](https://github.com/open-feature/go-sdk-contrib/compare/hooks/validator-v0.1.0...hooks/validator/v0.1.1) (2023-01-26)


### Bug Fixes

* tidy workspaces ([#97](https://github.com/open-feature/go-sdk-contrib/issues/97)) ([c71a5ec](https://github.com/open-feature/go-sdk-contrib/commit/c71a5ec7686ec0572bb47f17dbca7e0ec48252d7))
7 changes: 7 additions & 0 deletions providers/flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.4](https://github.com/open-feature/go-sdk-contrib/compare/providers/flagd/v0.1.3...providers/flagd/v0.1.4) (2023-01-26)


### Bug Fixes

* tidy workspaces ([#97](https://github.com/open-feature/go-sdk-contrib/issues/97)) ([c71a5ec](https://github.com/open-feature/go-sdk-contrib/commit/c71a5ec7686ec0572bb47f17dbca7e0ec48252d7))

## [0.1.3](https://github.com/open-feature/go-sdk-contrib/compare/providers/flagd/v0.1.2...providers/flagd/v0.1.3) (2023-01-25)


Expand Down
8 changes: 8 additions & 0 deletions providers/from-env/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.1.1](https://github.com/open-feature/go-sdk-contrib/compare/providers/from-env-v0.1.0...providers/from-env/v0.1.1) (2023-01-26)


### Bug Fixes

* tidy workspaces ([#97](https://github.com/open-feature/go-sdk-contrib/issues/97)) ([c71a5ec](https://github.com/open-feature/go-sdk-contrib/commit/c71a5ec7686ec0572bb47f17dbca7e0ec48252d7))
7 changes: 7 additions & 0 deletions tests/flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/open-feature/go-sdk-contrib/compare/tests/flagd/v1.0.0...tests/flagd/v1.0.1) (2023-01-26)


### Bug Fixes

* tidy workspaces ([#97](https://github.com/open-feature/go-sdk-contrib/issues/97)) ([c71a5ec](https://github.com/open-feature/go-sdk-contrib/commit/c71a5ec7686ec0572bb47f17dbca7e0ec48252d7))

## 1.0.0 (2023-01-25)


Expand Down

0 comments on commit ba789a2

Please sign in to comment.