Skip to content

Commit 03bd78b

Browse files
chore(main): release config-cat-provider 0.3.0
1 parent 9966281 commit 03bd78b

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"libs/providers/flagd-web": "0.3.4",
66
"libs/providers/env-var": "0.1.1",
77
"libs/providers/in-memory": "0.1.1",
8-
"libs/providers/config-cat": "0.2.0",
8+
"libs/providers/config-cat": "0.3.0",
99
"libs/providers/launchdarkly-client": "0.1.2"
1010
}

libs/providers/config-cat/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/thomaspoignant/open-feature-node-sdk-contrib/compare/config-cat-provider-v0.2.0...config-cat-provider-v0.3.0) (2023-06-28)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* implement events and shutdown for spec 0.6.0 ([#422](https://github.com/thomaspoignant/open-feature-node-sdk-contrib/issues/422))
9+
10+
### 🐛 Bug Fixes
11+
12+
* **deps:** update dependency configcat-js to v8 ([#415](https://github.com/thomaspoignant/open-feature-node-sdk-contrib/issues/415)) ([64c7d3a](https://github.com/thomaspoignant/open-feature-node-sdk-contrib/commit/64c7d3a6c89cc4bce2e445869a4ee421e93f990b))
13+
14+
15+
### ✨ New Features
16+
17+
* add ConfigCat provider [#327](https://github.com/thomaspoignant/open-feature-node-sdk-contrib/issues/327) ([#334](https://github.com/thomaspoignant/open-feature-node-sdk-contrib/issues/334)) ([495bf69](https://github.com/thomaspoignant/open-feature-node-sdk-contrib/commit/495bf690b7d83d429622cfcc554ece2b6fb9a34e))
18+
* implement events and shutdown for spec 0.6.0 ([#422](https://github.com/thomaspoignant/open-feature-node-sdk-contrib/issues/422)) ([3db6927](https://github.com/thomaspoignant/open-feature-node-sdk-contrib/commit/3db6927416f1841ff836452935fc6f89634239e3))
19+
20+
21+
### 🧹 Chore
22+
23+
* **main:** release config-cat-provider 0.1.1 ([#339](https://github.com/thomaspoignant/open-feature-node-sdk-contrib/issues/339)) ([ae4ca1d](https://github.com/thomaspoignant/open-feature-node-sdk-contrib/commit/ae4ca1dd4487fb3fab11ce3ab4f837aee2d52866))
24+
* **main:** release config-cat-provider 0.2.0 ([#380](https://github.com/thomaspoignant/open-feature-node-sdk-contrib/issues/380)) ([c8863f1](https://github.com/thomaspoignant/open-feature-node-sdk-contrib/commit/c8863f1a0eb60f53bbc8f6a35e6b06314cffc18f))
25+
* migrate to nx 16 ([#366](https://github.com/thomaspoignant/open-feature-node-sdk-contrib/issues/366)) ([7a9c201](https://github.com/thomaspoignant/open-feature-node-sdk-contrib/commit/7a9c201d16fd7f070a1bcd2e359487ba6e7b78d7))
26+
327
## [0.2.0](https://github.com/open-feature/js-sdk-contrib/compare/config-cat-provider-v0.1.1...config-cat-provider-v0.2.0) (2023-06-27)
428

529

libs/providers/config-cat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/config-cat-provider",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"type": "commonjs",
55
"scripts": {
66
"publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [ \"$(npm show $npm_package_name@$npm_package_version version)\" = \"$(npm run current-version -s)\" ]; then echo 'already published, skipping'; else npm publish --access public; fi",

0 commit comments

Comments
 (0)