diff --git a/CHANGELOG.md b/CHANGELOG.md index 048d304..a2c2bdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog +## [2.2.1](https://github.com/pure-js/browser-detection/compare/v2.2.0...v2.2.1) (2023-08-18) + + +### Bug Fixes + +* type errors for the build ([5587a55](https://github.com/pure-js/browser-detection/commit/5587a556c20f6706fffa2e3f18f83d1e39807dd8)) + ## [2.2.0](https://github.com/pure-js/browser-detection/compare/v2.1.6...v2.2.0) (2023-08-16) diff --git a/package.json b/package.json index b6f0bce..f727435 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "browser-version-detection", - "version": "2.2.0", + "version": "2.2.1", "description": "Browser detection using the user agent, returns the name and version of the browser", "main": "dist/browser-detection.js", "type": "module",