From 6ba95a6fb837ca3fd74800ecebbf3aa96651f158 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sun, 24 Dec 2023 00:11:50 +0100 Subject: [PATCH] chore(release): v1.5.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03472c7..bd8e52d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ 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.5.0 + +[compare changes](https://github.com/unjs/node-fetch-native/compare/v1.4.1...v1.5.0) + +### 🚀 Enhancements + +- Http proxy util ([#106](https://github.com/unjs/node-fetch-native/pull/106)) + +### 🏡 Chore + +- Update lockfile ([586fde5](https://github.com/unjs/node-fetch-native/commit/586fde5)) +- Update readme ([f6dd60d](https://github.com/unjs/node-fetch-native/commit/f6dd60d)) +- Update description ([faea9f8](https://github.com/unjs/node-fetch-native/commit/faea9f8)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v1.4.1 [compare changes](https://github.com/unjs/node-fetch-native/compare/v1.4.0...v1.4.1) diff --git a/package.json b/package.json index ab433f7..05235e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-fetch-native", - "version": "1.4.1", + "version": "1.5.0", "description": "better fetch for Node.js. Works on any JavaScript runtime!", "repository": "unjs/node-fetch-native", "license": "MIT", @@ -140,4 +140,4 @@ "vitest": "^1.1.0" }, "packageManager": "pnpm@8.12.1" -} +} \ No newline at end of file