From 59de9f697798ad6037c0abfd1570e796e78d8229 Mon Sep 17 00:00:00 2001 From: Oleg Pimenov Date: Mon, 18 Oct 2021 09:28:30 +0300 Subject: [PATCH] chore: bump version to 12.0.2 w/ changelog --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b515b2e..7dd780940 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 12.0.2 "Handheld Seatbelt" (2021-10-18) + +### Mosaic + + * bug fix **build:** update the dependency check in the bundle ([34c21eb](https://github.com/positive-js/mosaic/commit/34c21eb4f5adc949fc8619699009d66b75006930)) + ## 12.0.1 "Respiratory Worldview" (2021-10-11) ### Mosaic diff --git a/package.json b/package.json index 979d7accf..3debcde46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mosaic", - "version": "12.0.1", + "version": "12.0.2", "description": "Components for Angular", "homepage": "https://github.com/positive-js/mosaic", "bugs": "https://github.com/positive-js/mosaic/issues",