Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2023-09-27)

### Bug Fixes

* **headers:** add default headers for all HTTP requests ([2b58545](2b58545))
* **release:** use script that updates built version.js files ([433f520](433f520))
* **version:** update version.js to proper version on build and commit it back to git after a release ([ab51183](ab51183))
  • Loading branch information
semantic-release-bot committed Sep 27, 2023
1 parent 5cce508 commit 652b69a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.0.1](https://github.com/ardriveapp/turbo-sdk/compare/v1.0.0...v1.0.1) (2023-09-27)


### Bug Fixes

* **headers:** add default headers for all HTTP requests ([2b58545](https://github.com/ardriveapp/turbo-sdk/commit/2b5854565cde9af1d51d3703615b11a19e59fc6e))
* **release:** use script that updates built version.js files ([433f520](https://github.com/ardriveapp/turbo-sdk/commit/433f52090b41bcfa230fac2863729a154aaeeae8))
* **version:** update version.js to proper version on build and commit it back to git after a release ([ab51183](https://github.com/ardriveapp/turbo-sdk/commit/ab51183c1e81adcbf38104f01056a7666f173bba))

## [1.0.1-alpha.3](https://github.com/ardriveapp/turbo-sdk/compare/v1.0.1-alpha.2...v1.0.1-alpha.3) (2023-09-27)


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

0 comments on commit 652b69a

Please sign in to comment.