From 41c3b56002ed0d5fbecf2ed329be34ffa8fbe5f6 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 21 Jun 2023 00:00:49 +0200 Subject: [PATCH] chore(release): v1.1.1 --- CHANGELOG.md | 13 +++++++++++++ package.json | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb72dab4..379c1aa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.1.1 + +[compare changes](https://github.com/unjs/ofetch/compare/v1.1.0...v1.1.1) + + +### 🏡 Chore + + - Update dev dependencies ([8fc7d96](https://github.com/unjs/ofetch/commit/8fc7d96)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v1.1.0 [compare changes](https://github.com/unjs/ofetch/compare/v1.0.1...v1.1.0) diff --git a/package.json b/package.json index ebfadc2b..cfec9c17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ofetch", - "version": "1.1.0", + "version": "1.1.1", "description": "A better fetch API. Works on node, browser and workers.", "repository": "unjs/ofetch", "license": "MIT", @@ -76,4 +76,4 @@ "vitest": "^0.32.2" }, "packageManager": "pnpm@8.6.2" -} +} \ No newline at end of file