Skip to content

Commit

Permalink
chore(main): release OpenFeature.Contrib.Providers.Statsig 0.0.4 (ope…
Browse files Browse the repository at this point in the history
…n-feature#174)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 16, 2024
1 parent 5efc8a6 commit e45df09
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.6",
"src/OpenFeature.Contrib.Providers.ConfigCat": "0.0.2",
"src/OpenFeature.Contrib.Providers.FeatureManagement": "0.0.1",
"src/OpenFeature.Contrib.Providers.Statsig": "0.0.3"
"src/OpenFeature.Contrib.Providers.Statsig": "0.0.4"
}
8 changes: 8 additions & 0 deletions src/OpenFeature.Contrib.Providers.Statsig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.0.4](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Statsig-v0.0.3...OpenFeature.Contrib.Providers.Statsig-v0.0.4) (2024-04-16)


### 🐛 Bug Fixes

* Fix Statsig nuget package name ([#172](https://github.com/open-feature/dotnet-sdk-contrib/issues/172)) ([3d089f5](https://github.com/open-feature/dotnet-sdk-contrib/commit/3d089f5c48478d7151fcf5964aa545471a0afe5c))
* Use new Statsig Api to return default value when flag is not defined ([#177](https://github.com/open-feature/dotnet-sdk-contrib/issues/177)) ([5efc8a6](https://github.com/open-feature/dotnet-sdk-contrib/commit/5efc8a603d1ad9d8887d75e38f95d5168a2319fa))

## [0.0.3](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Statsig-v0.0.2...OpenFeature.Contrib.Providers.Statsig-v0.0.3) (2024-04-03)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>OpenFeature.Contrib.Providers.Statsig</PackageId>
<VersionNumber>0.0.3</VersionNumber><!--x-release-please-version -->
<VersionNumber>0.0.4</VersionNumber><!--x-release-please-version -->
<VersionPrefix>$(VersionNumber)</VersionPrefix>
<VersionSuffix>preview</VersionSuffix>
<AssemblyVersion>$(VersionNumber)</AssemblyVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/OpenFeature.Contrib.Providers.Statsig/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.3
0.0.4

0 comments on commit e45df09

Please sign in to comment.