Skip to content

Commit

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

### Bug Fixes

* **imports:** fix broken bullshit ([998255d](998255d))
  • Loading branch information
semantic-release-bot committed Oct 29, 2024
1 parent c5710ec commit d6531b7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [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

* **imports:** fix broken bullshit ([998255d](https://github.com/project-kardeshev/ao-wallet-kit/commit/998255d3060626c9a0de948b96f918dad27cdcc1))

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


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.3",
"version": "1.0.2-alpha.4",
"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.3';
export const version = '1.0.2-alpha.4';

0 comments on commit d6531b7

Please sign in to comment.