diff --git a/CHANGELOG.md b/CHANGELOG.md index a49acf8..e853488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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. +## v3.2.2 + +[compare changes](https://github.com/unjs/consola/compare/v3.2.1...v3.2.2) + + +### 🩹 Fixes + + - **fancy:** Add node 14 compatibility ([#204](https://github.com/unjs/consola/pull/204)) + +### 📦 Build + + - **pkg:** Add supported engines field ([#179](https://github.com/unjs/consola/pull/179)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v3.2.1 [compare changes](https://github.com/unjs/consola/compare/v3.2.0...v3.2.1) diff --git a/package.json b/package.json index 842c4d8..7f02860 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "consola", - "version": "3.2.1", + "version": "3.2.2", "description": "Elegant Console Wrapper", "keywords": [ "console", @@ -98,4 +98,4 @@ "node": "^14.18.0 || >=16.10.0" }, "packageManager": "pnpm@8.6.5" -} +} \ No newline at end of file