From 0ea287582e7b20a43e29c305b610fc7ac079f56a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 19 Feb 2022 14:21:34 +0000 Subject: [PATCH] chore(release): set `package.json` to 1.0.2 [skip ci] ## [1.0.2](https://github.com/kantord/zoetic/compare/v1.0.1...v1.0.2) (2022-02-19) ### Bug Fixes * fix access config for the npm package ([fa704f6](https://github.com/kantord/zoetic/commit/fa704f6630af135840807e60cb164b12f63f8635)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index edad1bf..9d83837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/kantord/zoetic/compare/v1.0.1...v1.0.2) (2022-02-19) + + +### Bug Fixes + +* fix access config for the npm package ([fa704f6](https://github.com/kantord/zoetic/commit/fa704f6630af135840807e60cb164b12f63f8635)) + ## [1.0.1](https://github.com/kantord/zoetic/compare/v1.0.0...v1.0.1) (2022-02-19)