Skip to content

Commit 0e82cff

Browse files
committed
chore(release): v0.3.13
1 parent 6ab2c2a commit 0e82cff

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## v0.3.13
4+
5+
[compare changes](https://github.com/unjs/nf3/compare/v0.3.12...v0.3.13)
6+
7+
### 🩹 Fixes
8+
9+
- **trace:** Avoid shared reference mutation in applyProductionCondition ([fb3eac2](https://github.com/unjs/nf3/commit/fb3eac2))
10+
- **trace:** Improve multi-version hoisting to prefer most dependants ([328dbc1](https://github.com/unjs/nf3/commit/328dbc1))
11+
12+
### 🏡 Chore
13+
14+
- Add agents.md ([9576a4e](https://github.com/unjs/nf3/commit/9576a4e))
15+
- Apply automated updates ([6ab2c2a](https://github.com/unjs/nf3/commit/6ab2c2a))
16+
17+
### ✅ Tests
18+
19+
- Add unit tests with mocking ([c775422](https://github.com/unjs/nf3/commit/c775422))
20+
21+
### ❤️ Contributors
22+
23+
- Pooya Parsa ([@pi0](https://github.com/pi0))
24+
325
## v0.3.12
426

527
[compare changes](https://github.com/unjs/nf3/compare/v0.3.11...v0.3.12)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nf3",
3-
"version": "0.3.12",
3+
"version": "0.3.13",
44
"description": "",
55
"license": "MIT",
66
"repository": "unjs/nf3",

0 commit comments

Comments
 (0)