diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a2245c..cde9b31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## [0.1.1](https://github.com/measuredco/auto-frame-component/compare/v0.1.0...v0.1.1) (2024-03-23) + + +### Bug Fixes + +* remove errornous console log ([4309330](https://github.com/measuredco/auto-frame-component/commit/4309330b005876dbefbc9ee1dd7aad41c5d667df)) + + + + ## 0.1.0 (2024-03-23) diff --git a/package.json b/package.json index c8d1455..2275630 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@measured/auto-frame-component", - "version": "0.1.0", + "version": "0.1.1", "author": "Measured Corporation Ltd ", "repository": "measuredco/auto-frame-component", "bugs": "https://github.com/measuredco/auto-frame-component/issues",