Skip to content

Commit

Permalink
chore(main): release 2.2.0 (#495)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 16, 2023
1 parent 8db69fe commit 5c6ed82
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Changelog
## [2.2.0](https://github.com/pure-js/browser-detection/compare/v2.1.6...v2.2.0) (2023-08-16)


### Features

* add TypeScript typings ([#493](https://github.com/pure-js/browser-detection/issues/493)) ([65e0dae](https://github.com/pure-js/browser-detection/commit/65e0dae0d25503496dcfe4cf9182dbf4a3fb7ecf))


### Bug Fixes

* return undefined instead of null ([#498](https://github.com/pure-js/browser-detection/issues/498)) ([8db69fe](https://github.com/pure-js/browser-detection/commit/8db69fe3388b2dfe6055aca9fea8b3e394efc412))

## v2.1.7 (22-1-2018)
Implemented enhancements:
- added shortening for ```detectBrowserNameAndVersion()``` - ```detectBrowser()```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-version-detection",
"version": "2.1.11",
"version": "2.2.0",
"description": "Browser detection using the user agent, returns the name and version of the browser",
"main": "dist/browser-detection.js",
"type": "module",
Expand Down

0 comments on commit 5c6ed82

Please sign in to comment.