diff --git a/CHANGELOG.md b/CHANGELOG.md index a06bc29..3c2456b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ 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.1.0 + +[compare changes](https://github.com/unjs/consola/compare/v3.0.2...v3.1.0) + + +### 🚀 Enhancements + + - Support `fancy` option for `createConsola` and improve docs ([#177](https://github.com/unjs/consola/pull/177)) + - `/basic`, `/core` and `/browser` subpath exports ([#178](https://github.com/unjs/consola/pull/178)) + +### 🏡 Chore + + - Add json example ([943992d](https://github.com/unjs/consola/commit/943992d)) + - Update the docs ([a952bc2](https://github.com/unjs/consola/commit/a952bc2)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v3.0.2 [compare changes](https://github.com/unjs/consola/compare/v3.0.1...v3.0.2) diff --git a/package.json b/package.json index 684abb8..cf9de0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "consola", - "version": "3.0.2", + "version": "3.1.0", "description": "Elegant Console Wrapper", "keywords": [ "console", @@ -92,4 +92,4 @@ "winston": "^3.8.2" }, "packageManager": "pnpm@8.2.0" -} +} \ No newline at end of file