Skip to content

Commit

Permalink
chore(main): release nodejs-sdk 0.1.9 (#102)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 22, 2022
1 parent 4742ef1 commit 47c4664
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.8"
".": "0.1.9"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## [0.1.9](https://github.com/open-feature/node-sdk/compare/nodejs-sdk-v0.1.8...nodejs-sdk-v0.1.9) (2022-07-22)


### Bug Fixes

* Add no-op tests ([#99](https://github.com/open-feature/node-sdk/issues/99)) ([a341f5c](https://github.com/open-feature/node-sdk/commit/a341f5c776035ca24b1323b4a37f5f166cdc55d7))
* Dont push experiemental branches ([#101](https://github.com/open-feature/node-sdk/issues/101)) ([0a7a5ec](https://github.com/open-feature/node-sdk/commit/0a7a5ec562d5dcfdb044ebcc25fd1fed703b68f4))
* Fix publish command ([#103](https://github.com/open-feature/node-sdk/issues/103)) ([4742ef1](https://github.com/open-feature/node-sdk/commit/4742ef14cc0ea07e3569eee56899937452a55a9c))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/nodejs-sdk",
"version": "0.1.8-experimental.3",
"version": "0.1.9",
"description": "OpenFeature SDK for NodeJS",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 47c4664

Please sign in to comment.