diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 67dcd73..063a4ae 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1-alpha.0" + ".": "0.0.1-alpha.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ca65133 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## 0.0.1-alpha.1 (2024-10-29) + +Full Changelog: [v0.0.1-alpha.0...v0.0.1-alpha.1](https://github.com/maestro-org/maestro-arch-rpc-node-sdk/compare/v0.0.1-alpha.0...v0.0.1-alpha.1) + +### Chores + +* go live ([#1](https://github.com/maestro-org/maestro-arch-rpc-node-sdk/issues/1)) ([f767c9d](https://github.com/maestro-org/maestro-arch-rpc-node-sdk/commit/f767c9d873d9651118d61b550915e702a9971509)) diff --git a/package.json b/package.json index 1336c6c..18b112d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maestro-arch-rpc", - "version": "0.0.1-alpha.0", + "version": "0.0.1-alpha.1", "description": "The official TypeScript library for the Maestro Arch Rpc API", "author": "Maestro Arch Rpc ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index db692bc..2c77b51 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.1-alpha.0'; // x-release-please-version +export const VERSION = '0.0.1-alpha.1'; // x-release-please-version