Skip to content

Commit

Permalink
Release 3.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Oct 17, 2023
1 parent 4bfcccb commit ac13005
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [3.5.5](https://github.com/yao-pkg/pkg-fetch/compare/v3.5.4...v3.5.5) (2023-10-17)

### Features

- support for custom `PKG_NODE_PATH` ([#7](https://github.com/yao-pkg/pkg-fetch/issues/7)) ([4bfcccb](https://github.com/yao-pkg/pkg-fetch/commit/4bfcccb9af1b600cb47509d8eef90efe9d2c84c7))

### Bug Fixes

- update expected sha of node 18.18.2 and 16.20.2 ([#6](https://github.com/yao-pkg/pkg-fetch/issues/6)) ([62ffff2](https://github.com/yao-pkg/pkg-fetch/commit/62ffff231b2f12b886c4d420f999d238fce4c655))
- update to node 18.18.2 and node 16.20.2 ([#4](https://github.com/yao-pkg/pkg-fetch/issues/4)) ([7a62329](https://github.com/yao-pkg/pkg-fetch/commit/7a6232968d8431f162052d60ba23140a1ed761a0))

### Chores

- add `--ignore-engines` to all install comands ([6c9ac01](https://github.com/yao-pkg/pkg-fetch/commit/6c9ac01407e36fa6bdcdb0376e481bd97f392778))

### Documentation

- add important notice about new releases ([66457a2](https://github.com/yao-pkg/pkg-fetch/commit/66457a27f85d2fe8563f7b86b36ee7bfd41ba28a))

## [3.5.4](https://github.com/yao-pkg/pkg-fetch/compare/v3.5.3...v3.5.4) (2023-10-04)

### Bug Fixes
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": "@yao-pkg/pkg-fetch",
"version": "3.5.4",
"version": "3.5.5",
"description": "Compiles and stores base binaries for pkg",
"main": "lib-es5/index.js",
"license": "MIT",
Expand Down

0 comments on commit ac13005

Please sign in to comment.