diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f9bb0b..3f41eda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [0.6.31](https://github.com/arnaud-zg/popup-sensor/compare/v0.6.30...v0.6.31) (2022-06-06) + + +### 🐛 Bug Fixes + +* update package name on CI ([#198](https://github.com/arnaud-zg/popup-sensor/issues/198)) ([4238282](https://github.com/arnaud-zg/popup-sensor/commit/42382821de8071a28ae18fe88c6d434c737d29dc)) + ## [0.6.30](https://github.com/arnaud-zg/popup-sensor/compare/v0.6.29...v0.6.30) (2022-06-06) diff --git a/package.json b/package.json index 060b18f..2b486c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "popup-sensor", - "version": "0.6.30", + "version": "0.6.31", "description": "Popup window sensor written in typescript", "main": "dist/index.js", "module": "dist/popup-sensor.esm.js",