From d0760643f5a01830f8c72c16c4675401c07aaa78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20G=C5=82owala?= Date: Thu, 19 Sep 2024 16:23:29 +0200 Subject: [PATCH] chore(release): v3.2.4 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 023a50c..96a7646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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.4 + +[compare changes](https://github.com/nuxt-modules/device/compare/v3.2.3...v3.2.4) + +### 🩹 Fixes + +- Inline `crawler-user-agents` dependency ([#232](https://github.com/nuxt-modules/device/pull/232)) + +### 🤖 CI + +- Run CI workflow on Node version from matrix ([c504a6f](https://github.com/nuxt-modules/device/commit/c504a6f)) + +### ❤️ Contributors + +- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala)) + ## v3.2.3 [compare changes](https://github.com/nuxt-modules/device/compare/v3.2.2...v3.2.3) diff --git a/package.json b/package.json index f77e4d6..a4fb1a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/device", - "version": "3.2.3", + "version": "3.2.4", "description": "Device detection module for Nuxt", "repository": { "type": "git",