Skip to content

Commit

Permalink
chore(release): v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 28, 2023
1 parent 2e72913 commit c2ff2b6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "consola",
"version": "3.2.1",
"version": "3.2.2",
"description": "Elegant Console Wrapper",
"keywords": [
"console",
Expand Down Expand Up @@ -98,4 +98,4 @@
"node": "^14.18.0 || >=16.10.0"
},
"packageManager": "pnpm@8.6.5"
}
}

0 comments on commit c2ff2b6

Please sign in to comment.