Release 3.5.3

This commit is contained in:
Daniel Lando 2023-10-04 11:25:24 +02:00
parent 8212e14d70
commit 2dd63b1676
2 changed files with 18 additions and 1 deletions

17
CHANGELOG.md Normal file
View File

@ -0,0 +1,17 @@
## [3.5.3](https://github.com/yao-pkg/pkg-fetch/compare/v3.5.2...v3.5.3) (2023-10-04)
### Bug Fixes
- change repo name and fetch url ([dba6017](https://github.com/yao-pkg/pkg-fetch/commit/dba60177fd822a413df0ba32d952e4773d9c6603))
### Chores
- add release script ([#3](https://github.com/yao-pkg/pkg-fetch/issues/3)) ([bd1ccb6](https://github.com/yao-pkg/pkg-fetch/commit/bd1ccb659b6e6281f6343f5c21b86d686a077bcd))
- do not create gh release ([3c2c1ba](https://github.com/yao-pkg/pkg-fetch/commit/3c2c1baab883c590429170e4d51cd1a376e8f785))
- fix lock and editor ([#2](https://github.com/yao-pkg/pkg-fetch/issues/2)) ([dff791d](https://github.com/yao-pkg/pkg-fetch/commit/dff791d7819ec32d9c1ff90023ab385c6dcc946b))
- fix package.json name ([4026ce8](https://github.com/yao-pkg/pkg-fetch/commit/4026ce8ed526ecb6f10b04f31d558fe18e4b3a93))
- npm error fix ([8212e14](https://github.com/yao-pkg/pkg-fetch/commit/8212e14d70346930f033240001b2ba02a53eaeb8))
### Documentation
- add development docs ([#1](https://github.com/yao-pkg/pkg-fetch/issues/1)) ([cc7de4b](https://github.com/yao-pkg/pkg-fetch/commit/cc7de4bd54ea474be70aa66dd332a0fdd198abf1))

View File

@ -1,6 +1,6 @@
{
"name": "@yao-pkg/pkg-fetch",
"version": "3.5.2",
"version": "3.5.3",
"description": "Compiles and stores base binaries for pkg",
"main": "lib-es5/index.js",
"license": "MIT",