Skip to content

Commit 2afd6f9

Browse files
committed
chore(release): 2.1.0
1 parent 79e4ffd commit 2afd6f9

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.1.0](https://github.com/nuxt-community/device-module/compare/v2.0.1...v2.1.0) (2021-04-12)
6+
7+
8+
### Features
9+
10+
* Add browser detection. ([7565909](https://github.com/nuxt-community/device-module/commit/75659099455084c63fb5e4320b3bf699613129ae))
11+
* Add isCrawler flag. ([37882bd](https://github.com/nuxt-community/device-module/commit/37882bdb6fe023aae839b06e7500066186f5b143))
12+
* add refreshOnResize option ([3d2e0d1](https://github.com/nuxt-community/device-module/commit/3d2e0d10acdb3c307b43be770765ca9e07d43ca6))
13+
14+
15+
### Bug Fixes
16+
17+
* fix incorrect regex for edge browser ([79e4ffd](https://github.com/nuxt-community/device-module/commit/79e4ffd85c079102ae1085fbe16267c0797d4169))
18+
* make the regex that detect a crawler case sensitive. ([8032d85](https://github.com/nuxt-community/device-module/commit/8032d85209796c7f7c34eceef8d236ed7327eed0))
19+
520
### [2.0.1](https://github.com/nuxt-community/device-module/compare/v2.0.0...v2.0.1) (2021-02-27)
621

722
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/device",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Device detection module for Nuxt.js",
55
"repository": "nuxt-community/device-module",
66
"license": "MIT",

0 commit comments

Comments
 (0)