Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.2...v1.1.0) (2023-11-10)

### Bug Fixes

* **axios:** set `maxRedirects` to `0` on our axios instances ([0e7ae17](0e7ae17))

### Features

* **logger:** add configurable global logger ([e6f341a](e6f341a))
  • Loading branch information
semantic-release-bot committed Nov 10, 2023
1 parent 73a53da commit 0cd32f0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.1.0](https://github.com/ardriveapp/turbo-sdk/compare/v1.0.2...v1.1.0) (2023-11-10)


### Bug Fixes

* **axios:** set `maxRedirects` to `0` on our axios instances ([0e7ae17](https://github.com/ardriveapp/turbo-sdk/commit/0e7ae17f0bf028114f63deaafcea6ef60f2beac3))


### Features

* **logger:** add configurable global logger ([e6f341a](https://github.com/ardriveapp/turbo-sdk/commit/e6f341ad11b130bb72e83810da7265467cfa69f9))

# [1.1.0-alpha.2](https://github.com/ardriveapp/turbo-sdk/compare/v1.1.0-alpha.1...v1.1.0-alpha.2) (2023-11-10)


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": "@ardrive/turbo-sdk",
"version": "1.1.0-alpha.2",
"version": "1.1.0",
"main": "./lib/cjs/node/index.js",
"types": "./lib/types/node/index.d.ts",
"module": "./lib/esm/node/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
*/

// AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
export const version = '1.1.0-alpha.2';
export const version = '1.1.0';

0 comments on commit 0cd32f0

Please sign in to comment.