Skip to content

Commit

Permalink
chore(release): v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 8, 2023
1 parent d24e470 commit ced9db2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## v1.7.1

[compare changes](https://github.com/unjs/unenv/compare/v1.7.0...v1.7.1)

### 🩹 Fixes

- **node:stream:** Allow tree-shaking `Duplex` ([587860f](https://github.com/unjs/unenv/commit/587860f))
- Add `sideEffects` to main `package.json` to allow tree-shaking ([6dac339](https://github.com/unjs/unenv/commit/6dac339))
- **node:string_decoder:** Use relative import ([#129](https://github.com/unjs/unenv/pull/129))

### 💅 Refactors

- **node:events:** Rewrite `EventEmitter` ([#128](https://github.com/unjs/unenv/pull/128))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Daniel Roe <daniel@roe.dev>

## v1.7.0

[compare changes](https://github.com/unjs/unenv/compare/v1.6.2...v1.7.0)
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.7.0",
"version": "1.7.1",
"description": "",
"repository": "unjs/unenv",
"license": "MIT",
Expand Down Expand Up @@ -52,4 +52,4 @@
"unbuild": "^1.2.1"
},
"packageManager": "pnpm@8.6.12"
}
}

0 comments on commit ced9db2

Please sign in to comment.