diff --git a/CHANGELOG.md b/CHANGELOG.md index 063c107..4becb67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/onecli/node-sdk/compare/v0.1.1...v0.1.2) (2026-03-11) + + +### Bug Fixes + +* tests, pnpm ([#4](https://github.com/onecli/node-sdk/issues/4)) ([3a1ff7f](https://github.com/onecli/node-sdk/commit/3a1ff7f677199606238b53fed76c2e835d2eb815)) + ## [0.1.1](https://github.com/onecli/node-sdk/compare/v0.1.0...v0.1.1) (2026-03-11) diff --git a/package.json b/package.json index 02ed905..704eee2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@onecli-sdk/node", - "version": "0.1.1", + "version": "0.1.2", "description": "Official Node.js SDK for OneCLI. Connect AI agents to external services via the OneCLI proxy.", "main": "./lib/index.js", "module": "./lib/index.mjs",