From 8c4ede665e521f70d02befe268a82bd85d0979af Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 23 Apr 2021 13:56:53 +0200 Subject: [PATCH] chore(release): 4.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2548973..3d337e3 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. +## [4.0.0](https://github.com/unjs/defu/compare/v3.2.2...v4.0.0) (2021-04-23) + + +### ⚠ BREAKING CHANGES + +* module exports + +### Features + +* module exports ([42df406](https://github.com/unjs/defu/commit/42df406b6938bc7ffb5f628efaa9447c4e95b211)) + ### [3.2.2](https://github.com/unjs/defu/compare/v3.2.1...v3.2.2) (2020-11-10) diff --git a/package.json b/package.json index d6ef32b..1bef49d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "defu", - "version": "3.2.2", + "version": "4.0.0", "description": "Recursively assign default properties. Lightweight and Fast!", "repository": "unjs/defu", "license": "MIT",