Skip to content

Commit

Permalink
chore(release): 1.19.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.19.2](v1.19.1...v1.19.2) (2024-10-21)

### Bug Fixes

* still use relative path for manifest when folderPath inputs with `./` PE-6975 ([23007f7](23007f7))
  • Loading branch information
semantic-release-bot committed Oct 21, 2024
1 parent 4916a4b commit b894598
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.19.2](https://github.com/ardriveapp/turbo-sdk/compare/v1.19.1...v1.19.2) (2024-10-21)


### Bug Fixes

* still use relative path for manifest when folderPath inputs with `./` PE-6975 ([23007f7](https://github.com/ardriveapp/turbo-sdk/commit/23007f7115b7699b91110da41581b8023ed6a232))

## [1.19.2-alpha.1](https://github.com/ardriveapp/turbo-sdk/compare/v1.19.1...v1.19.2-alpha.1) (2024-10-17)


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.19.2-alpha.1",
"version": "1.19.2",
"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 @@ -15,4 +15,4 @@
*/

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

0 comments on commit b894598

Please sign in to comment.