Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.2 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.2](v1.0.0-alpha.1...v1.0.0-alpha.2) (2024-10-28)

### Bug Fixes

* **comment:** docs ([37ff11b](37ff11b))
* **docs:** update jsdoc ([29ba919](29ba919))
* **install:** change postinstall to prepare ([88c7eeb](88c7eeb))
* **install:** remove prepare command ([a84e411](a84e411))
* **package:** fix husky call on install ([2c47860](2c47860))
* **version:** bump version ([349f903](349f903))

### Features

* **versino:** bump alpha to 3 ([74f6b35](74f6b35))
  • Loading branch information
semantic-release-bot committed Oct 28, 2024
1 parent 6a8c775 commit 2e00401
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -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';

0 comments on commit 2e00401

Please sign in to comment.