diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d8d6ae..fc3c8d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Changelog + +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. + +### [0.5.3](https://github.com/adaltas/node-mixme/compare/v0.5.2...v0.5.3) (2021-09-21) + + +### Bug Fixes + +* relax properties excluded from copy ([d22c51a](https://github.com/adaltas/node-mixme/commit/d22c51a16e9da10d34ac52ea9189ef75d951c980)) + # Changelog diff --git a/package.json b/package.json index 02b898d..5a12ee8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mixme", "description": "A library for recursive merging of Javascript objects", - "version": "0.5.2", + "version": "0.5.3", "author": "David Worms (https://www.adaltas.com)", "contributors": [], "devDependencies": {