diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d7a8735..c5e8a3e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.1" + ".": "0.1.0-alpha.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5161f35..264a597 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.0-alpha.2 (2024-10-29) + +Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/maestro-org/maestro-arch-rpc-node-sdk/compare/v0.1.0-alpha.1...v0.1.0-alpha.2) + +### Chores + +* update SDK settings ([#7](https://github.com/maestro-org/maestro-arch-rpc-node-sdk/issues/7)) ([cb159c9](https://github.com/maestro-org/maestro-arch-rpc-node-sdk/commit/cb159c9cf65e493a6cb96e36246107bc01e34e81)) + ## 0.1.0-alpha.1 (2024-10-29) Full Changelog: [v0.0.1-alpha.1...v0.1.0-alpha.1](https://github.com/maestro-org/maestro-arch-rpc-node-sdk/compare/v0.0.1-alpha.1...v0.1.0-alpha.1) diff --git a/package.json b/package.json index 9370d3e..27ecac6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maestro-org/maestro-arch-rpc-node-sdk", - "version": "0.1.0-alpha.1", + "version": "0.1.0-alpha.2", "description": "The official TypeScript library for the Maestro API", "author": "Maestro ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index b0bfd9e..a528f63 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.1.0-alpha.1'; // x-release-please-version +export const VERSION = '0.1.0-alpha.2'; // x-release-please-version