Skip to content

Commit

Permalink
chore(release): v3.0.0-3
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 31, 2023
1 parent 8fc0fdd commit 6253fb0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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.0.0-3

[compare changes](https://github.com/unjs/consola/compare/v3.0.0-2...v3.0.0-3)


### 💅 Refactors

- Remove `globalThis` caching ([4e7b909](https://github.com/unjs/consola/commit/4e7b909))

### 📦 Build

- Use backward compatible cjs wrapper for default export ([e2e6aa6](https://github.com/unjs/consola/commit/e2e6aa6))

### 🏡 Chore

- Update shared exports ([8fc0fdd](https://github.com/unjs/consola/commit/8fc0fdd))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v3.0.0-2

[compare changes](https://github.com/unjs/consola/compare/v3.0.0-1...v3.0.0-2)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "consola",
"version": "3.0.0-2",
"version": "3.0.0-3",
"description": "Elegant Console Wrapper",
"keywords": [
"console",
Expand Down Expand Up @@ -68,4 +68,4 @@
"winston": "^3.8.2"
},
"packageManager": "pnpm@8.0.0"
}
}

0 comments on commit 6253fb0

Please sign in to comment.