Skip to content

Commit

Permalink
chore(release): 1.0.2-alpha.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2-alpha.5](v1.0.2-alpha.4...v1.0.2-alpha.5) (2024-10-31)

### Bug Fixes

* **exports:** fix strategy exports ([43b4e23](43b4e23))
* **exports:** update wagmi exports ([9d51ba7](9d51ba7))
  • Loading branch information
semantic-release-bot committed Oct 31, 2024
1 parent 1dcb9c1 commit 9b17eb3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.2-alpha.5](https://github.com/project-kardeshev/ao-wallet-kit/compare/v1.0.2-alpha.4...v1.0.2-alpha.5) (2024-10-31)


### Bug Fixes

* **exports:** fix strategy exports ([43b4e23](https://github.com/project-kardeshev/ao-wallet-kit/commit/43b4e23233dbba26363cce5007f514a9b9b270ba))
* **exports:** update wagmi exports ([9d51ba7](https://github.com/project-kardeshev/ao-wallet-kit/commit/9d51ba76e22e8d5ce5f3bab814b7da122a1fe2c7))

## [1.0.2-alpha.4](https://github.com/project-kardeshev/ao-wallet-kit/compare/v1.0.2-alpha.3...v1.0.2-alpha.4) (2024-10-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@project-kardeshev/ao-wallet-kit",
"private": false,
"version": "1.0.2-alpha.4",
"version": "1.0.2-alpha.5",
"repository": {
"type": "git",
"url": "git+https://github.com/project-kardeshev/ao-wallet-kit.git"
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// AUTO GENERATED NO TOUCHY!
export const version = '1.0.2-alpha.4';
export const version = '1.0.2-alpha.5';

0 comments on commit 9b17eb3

Please sign in to comment.