From 6fca86900ffa306a40b99dd0d49b69a9160b34b5 Mon Sep 17 00:00:00 2001 From: Jared Lunde Date: Tue, 21 Jul 2020 11:27:01 -0600 Subject: [PATCH] chore(release): 3.3.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe607a3..e8842ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +### [3.3.3](https://github.com/jaredLunde/masonic/compare/v3.3.2...v3.3.3) (2020-07-21) + +### Bug Fixes + +- **use-masonry:** fix "Cannot assign to readonly property" error ([49aad2f](https://github.com/jaredLunde/masonic/commit/49aad2f210b434dd3aec91fd320a007b21267df8)), closes [#31](https://github.com/jaredLunde/masonic/issues/31) + ### [3.3.2](https://github.com/jaredLunde/masonic/compare/v3.3.1...v3.3.2) (2020-07-17) ### Bug Fixes diff --git a/package.json b/package.json index 1dfb211..e7d0874 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "masonic", - "version": "3.3.2", + "version": "3.3.3", "homepage": "https://github.com/jaredLunde/masonic#readme", "repository": "github:jaredLunde/masonic", "bugs": "https://github.com/jaredLunde/masonic/issues",