Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0](v5.1.10...v6.0.0) (2024-07-19)

### Bug Fixes

* tests ([b5268c8](b5268c8))

### Features

* **core:** support got 14 ([#433](#433)) ([05cb11a](05cb11a))

### BREAKING CHANGES

* **core:** new got version, new minimum node version
  • Loading branch information
semantic-release-bot committed Jul 19, 2024
1 parent ccbb74f commit f4554be
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [6.0.0](https://github.com/alexghr/got-fetch/compare/v5.1.10...v6.0.0) (2024-07-19)


### Bug Fixes

* tests ([b5268c8](https://github.com/alexghr/got-fetch/commit/b5268c8d677a6cd1b31c85e86db7db1de60116e9))


### Features

* **core:** support got 14 ([#433](https://github.com/alexghr/got-fetch/issues/433)) ([05cb11a](https://github.com/alexghr/got-fetch/commit/05cb11a72323d46937787e038065bb439fcb4f77))


### BREAKING CHANGES

* **core:** new got version, new minimum node version

## [5.1.10](https://github.com/alexghr/got-fetch/compare/v5.1.9...v5.1.10) (2024-06-16)

## [5.1.9](https://github.com/alexghr/got-fetch/compare/v5.1.8...v5.1.9) (2024-04-10)
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": "got-fetch",
"version": "5.1.10",
"version": "6.0.0",
"type": "module",
"license": "MIT",
"description": "A fetch-compatible interface to the got HTTP client",
Expand Down

0 comments on commit f4554be

Please sign in to comment.