Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.4 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.4](v1.0.0-alpha.3...v1.0.0-alpha.4) (2024-11-03)

### Bug Fixes

* **api:** make create remote process not async ([dcd013b](dcd013b))
  • Loading branch information
semantic-release-bot committed Nov 3, 2024
1 parent 68eae4e commit c4c7a56
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.0-alpha.4](https://github.com/project-kardeshev/ao-sdk/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2024-11-03)


### Bug Fixes

* **api:** make create remote process not async ([dcd013b](https://github.com/project-kardeshev/ao-sdk/commit/dcd013bfeef9792956d8640197e59826559ed1bf))

# [1.0.0-alpha.3](https://github.com/project-kardeshev/ao-sdk/compare/v1.0.0-alpha.2...v1.0.0-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,6 +1,6 @@
{
"name": "@project-kardeshev/ao-sdk",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"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.4';

0 comments on commit c4c7a56

Please sign in to comment.