From e06bd7c4fcfc9a3cea8787c7fa943e0ffc80020f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 12 May 2021 17:19:57 +0000 Subject: [PATCH] chore(release): 1.2.3 release notes ## [1.2.3](https://github.com/IBM/unity-sdk-core/compare/v1.2.2...v1.2.3) (2021-05-12) ### Bug Fixes * remove package-lock.json ([#42](https://github.com/IBM/unity-sdk-core/issues/42)) ([ea1230f](https://github.com/IBM/unity-sdk-core/commit/ea1230fef03532ee012d30115a6f77ed9077fef2)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2433d6c..eb201ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.3](https://github.com/IBM/unity-sdk-core/compare/v1.2.2...v1.2.3) (2021-05-12) + + +### Bug Fixes + +* remove package-lock.json ([#42](https://github.com/IBM/unity-sdk-core/issues/42)) ([ea1230f](https://github.com/IBM/unity-sdk-core/commit/ea1230fef03532ee012d30115a6f77ed9077fef2)) + ## [1.2.2](https://github.com/IBM/unity-sdk-core/compare/v1.2.1...v1.2.2) (2021-02-12)