Skip to content

Commit

Permalink
release: browser-dtector v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Nov 3, 2023
1 parent 5da4dcc commit 266ccf2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,18 @@ All notable changes to this project will be documented in this file.
> - Internal
> - Unreleased
## v4.0.0 (2023-07-12)
## v4.1.0 (2023-11-03)

#### Features

- add assertions for chrome, edge, firefox, safari and opera browsers ([5da4dcc](https://github.com/sibiraj-s/browser-dtector/commit/5da4dcc))

#### Bug Fixes

- cleanup usage of old definitions ([5da4dcc](https://github.com/sibiraj-s/browser-dtector/commit/5da4dcc))
- fix name and platfrom types returned from parseUserAgent ([2adf558](https://github.com/sibiraj-s/browser-dtector/commit/2adf558))

## v4.0.0 (2023-10-25)

#### Features

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-dtector",
"version": "4.0.0",
"version": "4.1.0",
"description": "A Javascript library to detect browser, version and platform",
"author": "sibiraj-s",
"license": "MIT",
Expand Down

0 comments on commit 266ccf2

Please sign in to comment.