Skip to content

Commit

Permalink
chore(release): v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 10, 2023
1 parent 2d5a8dd commit 731eb76
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

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.

## v1.3.0

[compare changes](https://github.com/unjs/unenv/compare/v1.2.2...v1.3.0)


### 🚀 Enhancements

- **npm:** Add named `consola` export for consola v3 compat ([7e67d71](https://github.com/unjs/unenv/commit/7e67d71))
- **node:** Add `node:crypto` polyfill ([#90](https://github.com/unjs/unenv/pull/90))

### 🩹 Fixes

- **node:** Add new statfs exports ([080cf5b](https://github.com/unjs/unenv/commit/080cf5b))
- **pkg:** Move `types` export condition ([2d5a8dd](https://github.com/unjs/unenv/commit/2d5a8dd))

### 🏡 Chore

- Update dependencies ([2fc33a8](https://github.com/unjs/unenv/commit/2fc33a8))
- Lint ([6855243](https://github.com/unjs/unenv/commit/6855243))

### ❤️ Contributors

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

## v1.2.2

[compare changes](https://github.com/unjs/unenv/compare/v1.2.1...v1.2.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": "unenv",
"version": "1.2.2",
"version": "1.3.0",
"description": "",
"repository": "unjs/unenv",
"license": "MIT",
Expand Down Expand Up @@ -51,4 +51,4 @@
"unbuild": "^1.2.0"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 731eb76

Please sign in to comment.