Skip to content

Commit 3834ca1

Browse files
committed
chore(release): v6.1.3
1 parent 3c8c880 commit 3834ca1

File tree

2 files changed

+39
-2
lines changed

2 files changed

+39
-2
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
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.3
6+
7+
[compare changes](https://github.com/unjs/defu/compare/v6.1.2...v6.1.3)
8+
9+
### 🩹 Fixes
10+
11+
- Only merge plain objects ([#111](https://github.com/unjs/defu/pull/111))
12+
13+
### 📖 Documentation
14+
15+
- Update badges ([581dd92](https://github.com/unjs/defu/commit/581dd92))
16+
- Fix typo ([#96](https://github.com/unjs/defu/pull/96))
17+
- Fix the result of the array merging ([#99](https://github.com/unjs/defu/pull/99))
18+
- Fix typo ([#107](https://github.com/unjs/defu/pull/107))
19+
20+
### 📦 Build
21+
22+
- Backward compatible cjs entry ([#110](https://github.com/unjs/defu/pull/110))
23+
24+
### 🏡 Chore
25+
26+
- Update dependencies ([63d0e8e](https://github.com/unjs/defu/commit/63d0e8e))
27+
- Enable ts strict mode ([82d68c7](https://github.com/unjs/defu/commit/82d68c7))
28+
- Fix tests ([59d0f6a](https://github.com/unjs/defu/commit/59d0f6a))
29+
30+
### 🎨 Styles
31+
32+
- Format with prettier v3 ([32650f1](https://github.com/unjs/defu/commit/32650f1))
33+
34+
### ❤️ Contributors
35+
36+
- Pooya Parsa ([@pi0](http://github.com/pi0))
37+
- Abdul Al-Hasany <info@kalimah-apps.com>
38+
- Kricsleo
39+
- Donald Shtjefni ([@dnldsht](http://github.com/dnldsht))
40+
- Sébastien Chopin <seb@nuxtjs.com>
41+
542
## v6.1.2
643

744
[compare changes](https://github.com/unjs/defu/compare/v6.1.1...v6.1.2)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "defu",
3-
"version": "6.1.2",
3+
"version": "6.1.3",
44
"description": "Recursively assign default properties. Lightweight and Fast!",
55
"repository": "unjs/defu",
66
"license": "MIT",
@@ -41,4 +41,4 @@
4141
"vitest": "^0.34.6"
4242
},
4343
"packageManager": "pnpm@8.9.2"
44-
}
44+
}

0 commit comments

Comments
 (0)