Skip to content

Commit

Permalink
chore(main): release 3.1.0 (#510)
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 f3d6b0a commit b362897
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
## [3.1.0](https://github.com/pure-js/browser-detection/compare/v3.0.0...v3.1.0) (2023-08-22)


### Features

* add qq browser support ([#509](https://github.com/pure-js/browser-detection/issues/509)) ([f3d6b0a](https://github.com/pure-js/browser-detection/commit/f3d6b0ad88da18f4f1b322a8f5f2f55c009f02d2))

## [3.0.0](https://github.com/pure-js/browser-detection/compare/v2.2.1...v3.0.0) (2023-08-22)


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": "3.0.0",
"version": "3.1.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 b362897

Please sign in to comment.