From c21b1329939a3aeb8e2baeabd3b71a01491db959 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 12 May 2021 18:51:11 +0200 Subject: [PATCH] chore(release): 5.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e1cbea..bc00d61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. +## [5.0.0](https://github.com/unjs/defu/compare/v4.0.1...v5.0.0) (2021-05-12) + + +### ⚠ BREAKING CHANGES + +* `undefined` values will be bypassed and not consistent behavior with defaults-deep anymore. + +### Features + +* skip nullish values from source ([#29](https://github.com/unjs/defu/issues/29)) ([076f10a](https://github.com/unjs/defu/commit/076f10a77fc1384f53e0586d3c77d754cd419f06)) + ### [4.0.1](https://github.com/unjs/defu/compare/v4.0.0...v4.0.1) (2021-04-23) ## [4.0.0](https://github.com/unjs/defu/compare/v3.2.2...v4.0.0) (2021-04-23) diff --git a/package.json b/package.json index 95ed9ec..292072b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "defu", - "version": "4.0.1", + "version": "5.0.0", "description": "Recursively assign default properties. Lightweight and Fast!", "repository": "unjs/defu", "license": "MIT",