Skip to content

Commit

Permalink
chore(release): v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 18, 2023
1 parent a952bc2 commit c0ea536
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "consola",
"version": "3.0.2",
"version": "3.1.0",
"description": "Elegant Console Wrapper",
"keywords": [
"console",
Expand Down Expand Up @@ -92,4 +92,4 @@
"winston": "^3.8.2"
},
"packageManager": "pnpm@8.2.0"
}
}

0 comments on commit c0ea536

Please sign in to comment.