Skip to content

Commit 1427ecd

Browse files
chore(release): set package.json to 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2024-12-19) ### Bug Fixes * **config:** update horizon URL to a static endpoint ([#16](#16)) ([df2e512](df2e512))
1 parent df2e512 commit 1427ecd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.1](https://github.com/Hyphen/openfeature-provider-javascript-server/compare/v1.0.0...v1.0.1) (2024-12-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **config:** update horizon URL to a static endpoint ([#16](https://github.com/Hyphen/openfeature-provider-javascript-server/issues/16)) ([df2e512](https://github.com/Hyphen/openfeature-provider-javascript-server/commit/df2e5122acd7a90ce2e224c00ccebebb04c6f905))
7+
18
# 1.0.0 (2024-12-19)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyphen/openfeature-server-provider",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "The official Hyphen Toggle OpenFeature Provider",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",

0 commit comments

Comments
 (0)