Skip to content

Commit

Permalink
chore(release): v6.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 24, 2023
1 parent 3c8c880 commit 3834ca1
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,43 @@

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.

## v6.1.3

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

### 🩹 Fixes

- Only merge plain objects ([#111](https://github.com/unjs/defu/pull/111))

### 📖 Documentation

- Update badges ([581dd92](https://github.com/unjs/defu/commit/581dd92))
- Fix typo ([#96](https://github.com/unjs/defu/pull/96))
- Fix the result of the array merging ([#99](https://github.com/unjs/defu/pull/99))
- Fix typo ([#107](https://github.com/unjs/defu/pull/107))

### 📦 Build

- Backward compatible cjs entry ([#110](https://github.com/unjs/defu/pull/110))

### 🏡 Chore

- Update dependencies ([63d0e8e](https://github.com/unjs/defu/commit/63d0e8e))
- Enable ts strict mode ([82d68c7](https://github.com/unjs/defu/commit/82d68c7))
- Fix tests ([59d0f6a](https://github.com/unjs/defu/commit/59d0f6a))

### 🎨 Styles

- Format with prettier v3 ([32650f1](https://github.com/unjs/defu/commit/32650f1))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Abdul Al-Hasany <info@kalimah-apps.com>
- Kricsleo
- Donald Shtjefni ([@dnldsht](http://github.com/dnldsht))
- Sébastien Chopin <seb@nuxtjs.com>

## v6.1.2

[compare changes](https://github.com/unjs/defu/compare/v6.1.1...v6.1.2)
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "defu",
"version": "6.1.2",
"version": "6.1.3",
"description": "Recursively assign default properties. Lightweight and Fast!",
"repository": "unjs/defu",
"license": "MIT",
Expand Down Expand Up @@ -41,4 +41,4 @@
"vitest": "^0.34.6"
},
"packageManager": "pnpm@8.9.2"
}
}

0 comments on commit 3834ca1

Please sign in to comment.