Skip to content

Commit a6d00f3

Browse files
chore(main): release openfeature-node-server 0.6.1 (#42)
🤖 I have created a release *beep* *boop* --- ## [0.6.1](openfeature-node-server-v0.6.0...openfeature-node-server-v0.6.1) (2024-06-04) ### Bug Fixes * Make publish script executable. ([#41](#41)) ([86b2ca7](86b2ca7)) --- 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>
1 parent 86b2ca7 commit a6d00f3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.0"
2+
".": "0.6.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the LaunchDarkly OpenFeature provider for the Server-Side SDK for Node.js will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [0.6.1](https://github.com/launchdarkly/openfeature-node-server/compare/openfeature-node-server-v0.6.0...openfeature-node-server-v0.6.1) (2024-06-04)
6+
7+
8+
### Bug Fixes
9+
10+
* Make publish script executable. ([#41](https://github.com/launchdarkly/openfeature-node-server/issues/41)) ([86b2ca7](https://github.com/launchdarkly/openfeature-node-server/commit/86b2ca7cc5e3d83e15b558653df3fe896084c1e0))
11+
512
## [0.6.0](https://github.com/launchdarkly/openfeature-node-server/compare/openfeature-node-server-v0.5.1...openfeature-node-server-v0.6.0) (2024-06-04)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/openfeature-node-server",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "LaunchDarkly OpenFeature provider for node.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)