Skip to content

Commit

Permalink
chore(release): 3.5.1-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.5.1-alpha.1](v3.5.0...v3.5.1-alpha.1) (2025-02-09)

### Bug Fixes

* **deps:** move aoloader dep to integration tests ([3426bad](3426bad))
* **deps:** remove cross-env ([991bb25](991bb25))
* **gql:** push empty to commit to publish 3.5.1-alpha.1 ([2c69859](2c69859))
* **gql:** use goldsky by default for fetching gql data ([57f4948](57f4948))
* **integration tests:** add arweave gateway env var ([01b1f96](01b1f96))
* **integration tests:** add jsdoc to utility class ([3a583d7](3a583d7))
* **integration tests:** move local util to utils lib and create a base util ([7b64273](7b64273))
* **integration tests:** name stub arweave address in same pattern as stub eth address ([5c7b0d0](5c7b0d0))
* **integration tests:** remove local ant spawning util ([496286c](496286c))
* **integration tests:** set deps as dev deps ([129ba8d](129ba8d))
* **tests:** add integration test suite ([708e0ce](708e0ce))
* **tests:** add integration tests for ao processes with sdk clients using aoloader ([d050eb8](d050eb8))
* **tsconfig:** point extends at right spot ([db19368](db19368))
* **utils:** add localAO class ([f144093](f144093))
  • Loading branch information
semantic-release-bot committed Feb 9, 2025
1 parent 2c69859 commit 3bda2a3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [3.5.1-alpha.1](https://github.com/ar-io/ar-io-sdk/compare/v3.5.0...v3.5.1-alpha.1) (2025-02-09)


### Bug Fixes

* **deps:** move aoloader dep to integration tests ([3426bad](https://github.com/ar-io/ar-io-sdk/commit/3426bad89242417fc8dcba85ad30a87ab968a22e))
* **deps:** remove cross-env ([991bb25](https://github.com/ar-io/ar-io-sdk/commit/991bb2504b50b1d150cffdb92c36bb5c7dd1635c))
* **gql:** push empty to commit to publish 3.5.1-alpha.1 ([2c69859](https://github.com/ar-io/ar-io-sdk/commit/2c69859cfe5d4075b5dacec553e4fb4efb15bda3))
* **gql:** use goldsky by default for fetching gql data ([57f4948](https://github.com/ar-io/ar-io-sdk/commit/57f4948e5c1adc15b46cdaf6a875d1b1ef3b87f4))
* **integration tests:** add arweave gateway env var ([01b1f96](https://github.com/ar-io/ar-io-sdk/commit/01b1f96936d7654e6dcee3f5bb576b7c67e6846c))
* **integration tests:** add jsdoc to utility class ([3a583d7](https://github.com/ar-io/ar-io-sdk/commit/3a583d7de2f539c0e93d8a13a1112b1d28d8086e))
* **integration tests:** move local util to utils lib and create a base util ([7b64273](https://github.com/ar-io/ar-io-sdk/commit/7b64273c070d95bb14e372f8ee1e813b09180793))
* **integration tests:** name stub arweave address in same pattern as stub eth address ([5c7b0d0](https://github.com/ar-io/ar-io-sdk/commit/5c7b0d0f2fcd67c001c85fa6bd19d180d8c0a48d))
* **integration tests:** remove local ant spawning util ([496286c](https://github.com/ar-io/ar-io-sdk/commit/496286cb79301c353c6f678203a46928ee1dbbce))
* **integration tests:** set deps as dev deps ([129ba8d](https://github.com/ar-io/ar-io-sdk/commit/129ba8d470f411282778ae8acac043716297d45b))
* **tests:** add integration test suite ([708e0ce](https://github.com/ar-io/ar-io-sdk/commit/708e0ce838d57cb4f52b6933b39c74f3a0bd1a4f))
* **tests:** add integration tests for ao processes with sdk clients using aoloader ([d050eb8](https://github.com/ar-io/ar-io-sdk/commit/d050eb8bb3fb9d51e0f51cc31e94e9ba681c1673))
* **tsconfig:** point extends at right spot ([db19368](https://github.com/ar-io/ar-io-sdk/commit/db1936888dcecc2c53be867ee92c3357b0dee1c1))
* **utils:** add localAO class ([f144093](https://github.com/ar-io/ar-io-sdk/commit/f14409386bf7019e91ac23c020236916736219b8))

# [3.5.0](https://github.com/ar-io/ar-io-sdk/compare/v3.4.1...v3.5.0) (2025-02-06)


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": "@ar.io/sdk",
"version": "3.5.0",
"version": "3.5.1-alpha.1",
"repository": {
"type": "git",
"url": "git+https://github.com/ar-io/ar-io-sdk.git"
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
*/

// AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
export const version = '3.5.0';
export const version = '3.5.1-alpha.1';

0 comments on commit 3bda2a3

Please sign in to comment.