From 2607ab148098bc3ae872cf8ce7b23917e788ff77 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 12 May 2022 13:49:15 +0000 Subject: [PATCH] chore(release): 1.2.1 [skip ci] ## [1.2.1](https://github.com/GrabarzUndPartner/foundation/compare/v1.2.0...v1.2.1) (2022-05-12) ### Bug Fixes * **update:** update renovate; update structure ([ab1ef59](https://github.com/GrabarzUndPartner/foundation/commit/ab1ef590771631ea1313647ebe5e23e5c0bf2726)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d30a663..d1864bb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Project Changelog +## [1.2.1](https://github.com/GrabarzUndPartner/foundation/compare/v1.2.0...v1.2.1) (2022-05-12) + + +### Bug Fixes + +* **update:** update renovate; update structure ([ab1ef59](https://github.com/GrabarzUndPartner/foundation/commit/ab1ef590771631ea1313647ebe5e23e5c0bf2726)) + # [1.2.0](https://github.com/GrabarzUndPartner/foundation/compare/v1.1.0...v1.2.0) (2022-05-12) diff --git a/package-lock.json b/package-lock.json index 2cc97489..4be831da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "foundation", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "foundation", - "version": "1.2.0", + "version": "1.2.1", "hasInstallScript": true, "workspaces": [ "./packages/core", diff --git a/package.json b/package.json index b40ec146..08327be7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundation", - "version": "1.2.0", + "version": "1.2.1", "private": true, "scripts": { "postinstall": "husky install",