diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fa51c1..d2119d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## v1.6.3 + +[compare changes](https://github.com/unjs/node-fetch-native/compare/v1.6.2...v1.6.3) + +### 🏡 Chore + +- Update lockfile ([889926a](https://github.com/unjs/node-fetch-native/commit/889926a)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v1.6.2 [compare changes](https://github.com/unjs/node-fetch-native/compare/v1.6.1...v1.6.2) diff --git a/package.json b/package.json index 097755a..ae75c11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-fetch-native", - "version": "1.6.2", + "version": "1.6.3", "description": "better fetch for Node.js. Works on any JavaScript runtime!", "repository": "unjs/node-fetch-native", "license": "MIT",