Skip to content

Commit 23e59e6

Browse files
committed
chore(release): v6.1.5
1 parent 11ba022 commit 23e59e6

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
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.
44

5+
## v6.1.5
6+
7+
[compare changes](https://github.com/unjs/defu/compare/v6.1.4...v6.1.5)
8+
9+
### 🩹 Fixes
10+
11+
- Prevent prototype pollution via `__proto__` in defaults ([#156](https://github.com/unjs/defu/pull/156))
12+
- Ignore inherited enumerable properties ([11ba022](https://github.com/unjs/defu/commit/11ba022))
13+
14+
### 🏡 Chore
15+
16+
- Add tea.yaml ([70cffe5](https://github.com/unjs/defu/commit/70cffe5))
17+
- Update repo ([23cc432](https://github.com/unjs/defu/commit/23cc432))
18+
- Fix typecheck ([89df6bb](https://github.com/unjs/defu/commit/89df6bb))
19+
20+
### ✅ Tests
21+
22+
- Add more tests for plain objects ([b65f603](https://github.com/unjs/defu/commit/b65f603))
23+
24+
### 🤖 CI
25+
26+
- Bump node ([9237d9c](https://github.com/unjs/defu/commit/9237d9c))
27+
28+
### ❤️ Contributors
29+
30+
- Pooya Parsa ([@pi0](https://github.com/pi0))
31+
- Kricsleo ([@kricsleo](https://github.com/kricsleo))
32+
533
## v6.1.4
634

735
[compare changes](https://github.com/unjs/defu/compare/v6.1.3...v6.1.4)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "defu",
3-
"version": "6.1.4",
3+
"version": "6.1.5",
44
"description": "Recursively assign default properties. Lightweight and Fast!",
55
"license": "MIT",
66
"repository": "unjs/defu",

0 commit comments

Comments
 (0)