Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#508)
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] authored Aug 22, 2023
1 parent fa475a1 commit 48df8cb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Changelog
## [3.0.0](https://github.com/pure-js/browser-detection/compare/v2.2.1...v3.0.0) (2023-08-22)


### ⚠ BREAKING CHANGES

* rename browserIsDeprecated to isBrowserDeprecated ([#507](https://github.com/pure-js/browser-detection/issues/507))

### Code Refactoring

* rename browserIsDeprecated to isBrowserDeprecated ([#507](https://github.com/pure-js/browser-detection/issues/507)) ([fa475a1](https://github.com/pure-js/browser-detection/commit/fa475a1018fa0b429d6e413a6ead2dcbcd20b61f))

## [2.2.1](https://github.com/pure-js/browser-detection/compare/v2.2.0...v2.2.1) (2023-08-18)


Expand Down
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.2.1",
"version": "3.0.0",
"description": "Browser detection using the user agent, returns the name and version of the browser",
"main": "lib/browser-detection.js",
"types": "lib/browser-detection.d.ts",
Expand Down

0 comments on commit 48df8cb

Please sign in to comment.