Skip to content

Commit 5c6ed82

Browse files
chore(main): release 2.2.0 (#495)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8db69fe commit 5c6ed82

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Changelog
2+
## [2.2.0](https://github.com/pure-js/browser-detection/compare/v2.1.6...v2.2.0) (2023-08-16)
3+
4+
5+
### Features
6+
7+
* add TypeScript typings ([#493](https://github.com/pure-js/browser-detection/issues/493)) ([65e0dae](https://github.com/pure-js/browser-detection/commit/65e0dae0d25503496dcfe4cf9182dbf4a3fb7ecf))
8+
9+
10+
### Bug Fixes
11+
12+
* 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))
13+
214
## v2.1.7 (22-1-2018)
315
Implemented enhancements:
416
- added shortening for ```detectBrowserNameAndVersion()``` - ```detectBrowser()```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browser-version-detection",
3-
"version": "2.1.11",
3+
"version": "2.2.0",
44
"description": "Browser detection using the user agent, returns the name and version of the browser",
55
"main": "dist/browser-detection.js",
66
"type": "module",

0 commit comments

Comments
 (0)