Skip to content

Commit ba2945a

Browse files
committed
chore(release): v3.2.3
1 parent a12c6a4 commit ba2945a

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

CHANGELOG.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.3
6+
7+
[compare changes](https://github.com/nuxt-modules/device/compare/v3.2.2...v3.2.3)
8+
9+
### 🩹 Fixes
10+
11+
- Generate crawlers regex at build time ([#230](https://github.com/nuxt-modules/device/pull/230))
12+
13+
### 🏡 Chore
14+
15+
- Update README and module options JSDoc ([5483663](https://github.com/nuxt-modules/device/commit/5483663))
16+
- Unpin dependencies and update renovate config ([a12c6a4](https://github.com/nuxt-modules/device/commit/a12c6a4))
17+
18+
### ❤️ Contributors
19+
20+
- Damian Głowala ([@DamianGlowala](https://github.com/DamianGlowala))
21+
522
## v3.2.2
623

724
[compare changes](https://github.com/nuxt-modules/device/compare/v3.2.1...v3.2.2)
@@ -12,7 +29,7 @@ All notable changes to this project will be documented in this file. See [standa
1229

1330
### ❤️ Contributors
1431

15-
- Damian Głowala <damian.glowala.rebkow@gmail.com>
32+
- Damian Głowala ([@DamianGlowala](https://github.com/DamianGlowala))
1633

1734
## v3.2.1
1835

@@ -38,7 +55,7 @@ All notable changes to this project will be documented in this file. See [standa
3855

3956
### ❤️ Contributors
4057

41-
- Damian Głowala <damian.glowala.rebkow@gmail.com>
58+
- Damian Głowala ([@DamianGlowala](https://github.com/DamianGlowala))
4259

4360
## v3.2.0
4461

@@ -85,9 +102,8 @@ All notable changes to this project will be documented in this file. See [standa
85102

86103
### ❤️ Contributors
87104

88-
- Damian Glowala ([@DamianGlowala](http://github.com/DamianGlowala))
89-
- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala))
90-
- Daniel Roe ([@danielroe](http://github.com/danielroe))
105+
- Damian Głowala ([@DamianGlowala](https://github.com/DamianGlowala))
106+
- Daniel Roe ([@danielroe](https://github.com/danielroe))
91107
- Dmitriy Kuts <[email protected]>
92108

93109
### [3.1.1](https://github.com/nuxt-modules/device/compare/v3.1.0...v3.1.1) (2023-09-16)

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

0 commit comments

Comments
 (0)