Skip to content

Commit

Permalink
chore(release): v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianGlowala committed Aug 29, 2024
1 parent e528ba7 commit 5ef111d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

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.

## v3.2.1

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

### 🚀 Enhancements

- Deprecate `enabled` option ([7b64ac6](https://github.com/nuxt-modules/device/commit/7b64ac6))

### 🩹 Fixes

- Do not warn about `refreshOnResize` deprecation if not explicitly used ([11196cd](https://github.com/nuxt-modules/device/commit/11196cd))
- Add augmentations for `$device` helper ([e758cc6](https://github.com/nuxt-modules/device/commit/e758cc6))

### 💅 Refactors

- Use single return in plugin ([401a366](https://github.com/nuxt-modules/device/commit/401a366))
- Shorten `useDevice` syntax ([e528ba7](https://github.com/nuxt-modules/device/commit/e528ba7))

### 🏡 Chore

- Use local module in playground ([eca8ff1](https://github.com/nuxt-modules/device/commit/eca8ff1))

### ❤️ Contributors

- Damian Głowala <damian.glowala.rebkow@gmail.com>

## v3.2.0

[compare changes](https://github.com/nuxt-modules/device/compare/v3.1.1...v3.2.0)
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": "@nuxtjs/device",
"version": "3.2.0",
"version": "3.2.1",
"description": "Device detection module for Nuxt",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5ef111d

Please sign in to comment.