diff --git a/CHANGELOG.md b/CHANGELOG.md index 3028a23..b00ec34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.12.2](https://www.github.com/zachowj/xfinity-data-usage/compare/v0.12.1...v0.12.2) (2021-07-13) + + +### Bug Fixes + +* Remove URL parsing ([a155ef4](https://www.github.com/zachowj/xfinity-data-usage/commit/a155ef4b1cb87874056383ba64be70799c0ee6b7)), closes [#30](https://www.github.com/zachowj/xfinity-data-usage/issues/30) + ### [0.12.1](https://www.github.com/zachowj/xfinity-data-usage/compare/v0.12.0...v0.12.1) (2021-07-09) diff --git a/package.json b/package.json index 6b6eb83..bec6c0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xfinity-data-usage", - "version": "0.12.1", + "version": "0.12.2", "description": "Xfinity Data Usage", "main": "dist/app.js", "type": "module",