Skip to content

Commit 5ef111d

Browse files
committed
chore(release): v3.2.1
1 parent e528ba7 commit 5ef111d

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
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+
## v3.2.1
6+
7+
[compare changes](https://github.com/nuxt-modules/device/compare/v3.2.0...v3.2.1)
8+
9+
### 🚀 Enhancements
10+
11+
- Deprecate `enabled` option ([7b64ac6](https://github.com/nuxt-modules/device/commit/7b64ac6))
12+
13+
### 🩹 Fixes
14+
15+
- Do not warn about `refreshOnResize` deprecation if not explicitly used ([11196cd](https://github.com/nuxt-modules/device/commit/11196cd))
16+
- Add augmentations for `$device` helper ([e758cc6](https://github.com/nuxt-modules/device/commit/e758cc6))
17+
18+
### 💅 Refactors
19+
20+
- Use single return in plugin ([401a366](https://github.com/nuxt-modules/device/commit/401a366))
21+
- Shorten `useDevice` syntax ([e528ba7](https://github.com/nuxt-modules/device/commit/e528ba7))
22+
23+
### 🏡 Chore
24+
25+
- Use local module in playground ([eca8ff1](https://github.com/nuxt-modules/device/commit/eca8ff1))
26+
27+
### ❤️ Contributors
28+
29+
- Damian Głowala <[email protected]>
30+
531
## v3.2.0
632

733
[compare changes](https://github.com/nuxt-modules/device/compare/v3.1.1...v3.2.0)

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": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Device detection module for Nuxt",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)