From 714de6fab955b62ebf59b32ef7bf48eb6ae7ca2c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 17 Feb 2022 02:39:43 +0000 Subject: [PATCH] chore(release): 3.6.2 ## [3.6.2](https://github.com/jaredLunde/masonic/compare/v3.6.1...v3.6.2) (2022-02-17) ### Bug Fixes * should update elements' position's height after resized in a short duration ([#106](https://github.com/jaredLunde/masonic/issues/106)) ([4384dfb](https://github.com/jaredLunde/masonic/commit/4384dfb1739da79db351941c068e61d62cf2f84c)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0a44f5..68e934e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.6.2](https://github.com/jaredLunde/masonic/compare/v3.6.1...v3.6.2) (2022-02-17) + +### Bug Fixes + +- should update elements' position's height after resized in a short duration ([#106](https://github.com/jaredLunde/masonic/issues/106)) ([4384dfb](https://github.com/jaredLunde/masonic/commit/4384dfb1739da79db351941c068e61d62cf2f84c)) + ## [3.6.1](https://github.com/jaredLunde/masonic/compare/v3.6.0...v3.6.1) (2021-10-23) ### Bug Fixes diff --git a/package.json b/package.json index 372a60f..d88dcc5 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "masonic", - "version": "3.6.1", + "version": "3.6.2", "description": "", "license": "MIT", "author": "Jared Lunde (https://jaredlunde.com/)",