Skip to content

Commit 9246ce3

Browse files
committed
v4.0.0
1 parent b20e980 commit 9246ce3

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
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+
## v4.0.0
6+
7+
[compare changes](https://github.com/nuxt-modules/device/compare/v3.2.4...v4.0.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Add `isLinux` flag ([#243](https://github.com/nuxt-modules/device/pull/243))
12+
- ⚠️ Drop support for Nuxt 2 and remove `bridge` compatibility option ([c91cebe](https://github.com/nuxt-modules/device/commit/c91cebe))
13+
- Move to ESM-only ([78f00e3](https://github.com/nuxt-modules/device/commit/78f00e3))
14+
- Remove deprecated options and update README ([58b6e19](https://github.com/nuxt-modules/device/commit/58b6e19))
15+
16+
### 🏡 Chore
17+
18+
- Lint ([837d4a8](https://github.com/nuxt-modules/device/commit/837d4a8))
19+
- Update playground tsconfig to Nuxt 4 ([1c9c59e](https://github.com/nuxt-modules/device/commit/1c9c59e))
20+
- Lint ([df53a93](https://github.com/nuxt-modules/device/commit/df53a93))
21+
- Update pnpm workspace ([24aa73e](https://github.com/nuxt-modules/device/commit/24aa73e))
22+
- Update inlineDependencies to specify 'crawler-user-agents' explicitly ([5199650](https://github.com/nuxt-modules/device/commit/5199650))
23+
- Update package.json ([b20e980](https://github.com/nuxt-modules/device/commit/b20e980))
24+
25+
### 🤖 CI
26+
27+
- Use latest corepack ([c79a102](https://github.com/nuxt-modules/device/commit/c79a102))
28+
29+
#### ⚠️ Breaking Changes
30+
31+
- ⚠️ Drop support for Nuxt 2 and remove `bridge` compatibility option ([c91cebe](https://github.com/nuxt-modules/device/commit/c91cebe))
32+
33+
### ❤️ Contributors
34+
35+
- Damian Glowala ([@DamianGlowala](https://github.com/DamianGlowala))
36+
- Alan Schio ([@schirrel](https://github.com/schirrel))
37+
538
## v3.2.4
639

740
[compare changes](https://github.com/nuxt-modules/device/compare/v3.2.3...v3.2.4)

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

0 commit comments

Comments
 (0)