Skip to content

Commit

Permalink
chore(release): v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 16, 2024
1 parent f883ed7 commit 4c872ee
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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.10.0

[compare changes](https://github.com/unjs/unenv/compare/v1.9.0...v1.10.0)

### 🚀 Enhancements

- Implement `node:os` ([#282](https://github.com/unjs/unenv/pull/282))

### 🏡 Chore

- Update deps ([0272330](https://github.com/unjs/unenv/commit/0272330))
- Lint with eslint v9 ([71a25ae](https://github.com/unjs/unenv/commit/71a25ae))
- Update ci to target v1 ([dfb3f89](https://github.com/unjs/unenv/commit/dfb3f89))
- Pin node types to last tested version ([10b9358](https://github.com/unjs/unenv/commit/10b9358))
- Add v1 banner ([f4cf638](https://github.com/unjs/unenv/commit/f4cf638))

### ❤️ Contributors

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

## v1.8.0

[compare changes](https://github.com/unjs/unenv/compare/v1.7.4...v1.8.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unenv",
"version": "1.8.0",
"version": "1.10.0",
"description": "",
"repository": "unjs/unenv",
"license": "MIT",
Expand Down

0 comments on commit 4c872ee

Please sign in to comment.