Skip to content

Commit 319950c

Browse files
chore(main): release 4.0.0 (#300)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> Co-authored-by: Daniel Tschinder <[email protected]>
1 parent b424181 commit 319950c

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/netlify/gh-release-fetch/compare/v3.0.2...v4.0.0) (2023-05-13)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* This package now requires Node.js 14 and is pure ESM
9+
10+
### Features
11+
12+
* update everything ([50656a8](https://github.com/netlify/gh-release-fetch/commit/50656a8b63310a2d9efb22ae6c848a412e6409e4))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** update dependency @types/download to v8.0.2 ([#338](https://github.com/netlify/gh-release-fetch/issues/338)) ([dff8e5c](https://github.com/netlify/gh-release-fetch/commit/dff8e5c097eaf607acc0ea30952d183ca6abb9a9))
18+
* **deps:** update dependency @types/node-fetch to v2.6.2 ([#307](https://github.com/netlify/gh-release-fetch/issues/307)) ([e62212f](https://github.com/netlify/gh-release-fetch/commit/e62212f48e68309f24d77fae8b1da8f157d07896))
19+
* **deps:** update dependency @types/node-fetch to v2.6.3 ([#354](https://github.com/netlify/gh-release-fetch/issues/354)) ([87a28a8](https://github.com/netlify/gh-release-fetch/commit/87a28a833490061899c51486445dbc8c2913d84e))
20+
* **deps:** update dependency @types/semver to v7.3.10 ([#308](https://github.com/netlify/gh-release-fetch/issues/308)) ([fb12aee](https://github.com/netlify/gh-release-fetch/commit/fb12aeef28af6ff2b6e31c56903f86b9165ef99d))
21+
* **deps:** update dependency @types/semver to v7.3.12 ([#315](https://github.com/netlify/gh-release-fetch/issues/315)) ([e8a4be5](https://github.com/netlify/gh-release-fetch/commit/e8a4be54e8a023def557d9d73d680e71f92d3131))
22+
* **deps:** update dependency @types/semver to v7.3.13 ([#330](https://github.com/netlify/gh-release-fetch/issues/330)) ([3b44a29](https://github.com/netlify/gh-release-fetch/commit/3b44a29c9fc513d4d7f92241635251515f1e2e4c))
23+
* **deps:** update dependency node-fetch to v2.6.8 ([#342](https://github.com/netlify/gh-release-fetch/issues/342)) ([83f4c66](https://github.com/netlify/gh-release-fetch/commit/83f4c6634f9fdaf574eecff27c65d0b249673f21))
24+
* **deps:** update dependency node-fetch to v2.6.9 ([#345](https://github.com/netlify/gh-release-fetch/issues/345)) ([14b19ed](https://github.com/netlify/gh-release-fetch/commit/14b19ed54f1eab7efeb0f8ae8aa73167c7151fba))
25+
* **deps:** update dependency semver to v7.3.6 ([#286](https://github.com/netlify/gh-release-fetch/issues/286)) ([3834d99](https://github.com/netlify/gh-release-fetch/commit/3834d99fa2c7d6b8b9e4d921c6cedacc35126c44))
26+
* **deps:** update dependency semver to v7.3.7 ([#290](https://github.com/netlify/gh-release-fetch/issues/290)) ([8998dfb](https://github.com/netlify/gh-release-fetch/commit/8998dfb710918735bcccdc8eb2f47543f4690169))
27+
* **deps:** update dependency semver to v7.3.8 ([#326](https://github.com/netlify/gh-release-fetch/issues/326)) ([d827a9e](https://github.com/netlify/gh-release-fetch/commit/d827a9ea7f3dddeb0e94f10d774b8475ee729a97))
28+
329
### [3.0.2](https://github.com/netlify/gh-release-fetch/compare/v3.0.1...v3.0.2) (2022-03-21)
430

531

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gh-release-fetch",
3-
"version": "3.0.2",
3+
"version": "4.0.0",
44
"description": "A library to fetch release binaries from GitHub Releases",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)