Skip to content

Commit

Permalink
0.6.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgw committed Nov 19, 2024
1 parent bd15f14 commit 3ba6754
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.6.0-0](https://github.com/larsgw/sync-fetch/compare/v0.5.2...v0.6.0-0) (2024-11-19)


### Code Refactoring

* upgrade to node-fetch 3 ([071930c](https://github.com/larsgw/sync-fetch/commit/071930cf6e37f9a72afc912fcb17c7f93597b018))


### BREAKING CHANGES

* drop support for Node 14, 16; upgrade to node-fetch 3



## [0.5.2](https://github.com/larsgw/sync-fetch/compare/v0.5.1...v0.5.2) (2023-06-11)

* update package definition ([7325c8a](https://github.com/larsgw/sync-fetch/commit/7325c8aed4295cdea43213d175705cdb1e91ee05))
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sync-fetch",
"version": "0.5.2",
"version": "0.6.0-0",
"description": "Synchronous version of the Fetch API",
"main": "index.js",
"browser": "browser.js",
Expand Down

0 comments on commit 3ba6754

Please sign in to comment.