diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d688c4..6f6d0fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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. +## v2.1.1 + +[compare changes](https://github.com/unjs/rc9/compare/v2.1.0...v2.1.1) + + +### 🏡 Chore + + - Update badge link ([#76](https://github.com/unjs/rc9/pull/76)) + - Update dev dependencies ([88f6b2a](https://github.com/unjs/rc9/commit/88f6b2a)) + - Update destr to v2 ([7c846b6](https://github.com/unjs/rc9/commit/7c846b6)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Renato Lacerda + ## v2.1.0 [compare changes](https://github.com/unjs/rc9/compare/v2.0.1...v2.1.0) diff --git a/package.json b/package.json index e7cbe6e..6a0d9d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rc9", - "version": "2.1.0", + "version": "2.1.1", "description": "Read/Write config couldn't be easier!", "repository": "unjs/rc9", "license": "MIT", @@ -42,4 +42,4 @@ "vitest": "^0.32.2" }, "packageManager": "pnpm@8.5.1" -} +} \ No newline at end of file