From 2b5e3d47622699ca625788d5b6d835fe4d45271b Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 20 Jan 2025 11:43:13 +0200 Subject: [PATCH] chore(release): v1.6.5 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2e56b4..1751f24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.5 + +[compare changes](https://github.com/unjs/node-fetch-native/compare/v1.6.4...v1.6.5) + +### 🏡 Chore + +- Update deps ([aad6f69](https://github.com/unjs/node-fetch-native/commit/aad6f69)) +- Update eslint config ([d3cb870](https://github.com/unjs/node-fetch-native/commit/d3cb870)) +- Lint ([39ec744](https://github.com/unjs/node-fetch-native/commit/39ec744)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v1.6.4 [compare changes](https://github.com/unjs/node-fetch-native/compare/v1.6.3...v1.6.4) diff --git a/package.json b/package.json index 0a9a58a..0aee743 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-fetch-native", - "version": "1.6.4", + "version": "1.6.5", "description": "better fetch for Node.js. Works on any JavaScript runtime!", "repository": "unjs/node-fetch-native", "license": "MIT",