From b36289739959a6c0e32ed93fa970547a18b205fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 16:43:33 +0400 Subject: [PATCH] chore(main): release 3.1.0 (#510) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2693374..435ba40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index ff1ff44..d4b24eb 100644 --- a/package.json +++ b/package.json @@ -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",