Skip to content

Commit dd6507f

Browse files
chore(release): set package.json to 1.0.5 [skip ci]
## [1.0.5](v1.0.4...v1.0.5) (2025-01-06) ### Bug Fixes * remove hardcoded horizon URL and dynamic URL generation ([#21](#21)) ([c8ccc49](c8ccc49))
1 parent c8ccc49 commit dd6507f

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.5](https://github.com/Hyphen/openfeature-provider-javascript-server/compare/v1.0.4...v1.0.5) (2025-01-06)
2+
3+
4+
### Bug Fixes
5+
6+
* remove hardcoded horizon URL and dynamic URL generation ([#21](https://github.com/Hyphen/openfeature-provider-javascript-server/issues/21)) ([c8ccc49](https://github.com/Hyphen/openfeature-provider-javascript-server/commit/c8ccc49913c02825b21449738b8eec4dbf86d8fc))
7+
18
## [1.0.4](https://github.com/Hyphen/openfeature-provider-javascript-server/compare/v1.0.3...v1.0.4) (2025-01-06)
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.4",
3+
"version": "1.0.5",
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)