diff --git a/CHANGELOG.md b/CHANGELOG.md index 9604ff8..66c64c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # [1.0.0-alpha.2](https://github.com/project-kardeshev/ao-sdk/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2024-10-28) +### Bug Fixes + +* **comment:** docs ([37ff11b](https://github.com/project-kardeshev/ao-sdk/commit/37ff11ba5e418a5a76b0d167298776d7b07943e7)) +* **docs:** update jsdoc ([29ba919](https://github.com/project-kardeshev/ao-sdk/commit/29ba9191b72cefc7427e597943ed259e0b19fcd6)) +* **install:** change postinstall to prepare ([88c7eeb](https://github.com/project-kardeshev/ao-sdk/commit/88c7eeb7feaf9405ad0221079621a5f325ca3a23)) +* **install:** remove prepare command ([a84e411](https://github.com/project-kardeshev/ao-sdk/commit/a84e4115f9ea7262bfb98487cf488500b05b09b3)) +* **package:** fix husky call on install ([2c47860](https://github.com/project-kardeshev/ao-sdk/commit/2c478608c5df534a7d720fee97792335589bff6c)) +* **version:** bump version ([349f903](https://github.com/project-kardeshev/ao-sdk/commit/349f903d23e85bf7b41fb32fe7c18bdfd5eb614a)) + + +### Features + +* **versino:** bump alpha to 3 ([74f6b35](https://github.com/project-kardeshev/ao-sdk/commit/74f6b359a0370d7ee2230323d5e39227b57be2ac)) + +# [1.0.0-alpha.2](https://github.com/project-kardeshev/ao-sdk/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2024-10-28) + + ### Bug Fixes * **comment:** docs ([37ff11b](https://github.com/project-kardeshev/ao-sdk/commit/37ff11ba5e418a5a76b0d167298776d7b07943e7)) diff --git a/package.json b/package.json index 2fa85e9..43679dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@project-kardeshev/ao-sdk", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.2", "repository": { "type": "git", "url": "git+https://github.com/project-kardeshev/ao-sdk.git" diff --git a/src/version.ts b/src/version.ts index c69279c..b3ef33b 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,3 +1,3 @@ // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH -export const version = '1.0.0-alpha.3'; +export const version = '1.0.0-alpha.2';