From 022295abe21c24eccf2b762c3c0829a0464a1b7a Mon Sep 17 00:00:00 2001 From: pooya parsa Date: Mon, 9 Nov 2020 12:12:12 +0100 Subject: [PATCH] chore(release): 3.2.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74e24af..91757a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [3.2.1](https://github.com/nuxt-contrib/defu/compare/v3.2.0...v3.2.1) (2020-11-09) + + +### Bug Fixes + +* **types:** correct type inference where merged types are same ([#26](https://github.com/nuxt-contrib/defu/issues/26)) ([f322607](https://github.com/nuxt-contrib/defu/commit/f322607515a5bd19b1a2f28d7e3336fee9194520)) + ## [3.2.0](https://github.com/nuxt-contrib/defu/compare/v3.1.0...v3.2.0) (2020-11-09) diff --git a/package.json b/package.json index 1b2a9ba..58db126 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "defu", - "version": "3.2.0", + "version": "3.2.1", "description": "Recursively assign default properties. Lightweight and Fast!", "repository": "nuxt-contrib/defu", "license": "MIT",