Skip to content

Commit 9885edb

Browse files
chore(main): release openfeature-node-server 1.0.0 (#49)
🤖 I have created a release *beep* *boop* --- ## [1.0.0](openfeature-node-server-v0.6.3...openfeature-node-server-v1.0.0) (2024-06-07) ### ⚠ BREAKING CHANGES * 1.0 Release ([#47](#47)) ### Features * 1.0 Release ([#47](#47)) ([eb43d70](eb43d70)) --- 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 eb43d70 commit 9885edb

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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.3"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
## [1.0.0](https://github.com/launchdarkly/openfeature-node-server/compare/openfeature-node-server-v0.6.3...openfeature-node-server-v1.0.0) (2024-06-07)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* 1.0 Release ([#47](https://github.com/launchdarkly/openfeature-node-server/issues/47))
11+
12+
### Features
13+
14+
* 1.0 Release ([#47](https://github.com/launchdarkly/openfeature-node-server/issues/47)) ([eb43d70](https://github.com/launchdarkly/openfeature-node-server/commit/eb43d70955bc67cf660bbfa5a30da411636aeddb))
15+
516
## [0.6.3](https://github.com/launchdarkly/openfeature-node-server/compare/openfeature-node-server-v0.6.2...openfeature-node-server-v0.6.3) (2024-06-04)
617

718

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.3",
3+
"version": "1.0.0",
44
"description": "LaunchDarkly OpenFeature provider for node.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)