Skip to content

Commit

Permalink
chore(release): v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianGlowala committed Aug 28, 2024
1 parent a311d11 commit 7a0a18a
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,56 @@

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.0

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

### 🚀 Enhancements

- Module overhaul ([#199](https://github.com/nuxt-modules/device/pull/199))
- Deprecate `refreshOnResize` option ([#211](https://github.com/nuxt-modules/device/pull/211))
- Detect `Google-InspectionTool` crawler ([#219](https://github.com/nuxt-modules/device/pull/219))
- Replace manual crawler regex generation with `crawler-user-agents` ([#224](https://github.com/nuxt-modules/device/pull/224))

### 🩹 Fixes

- Import Nuxt composables from `#imports` ([#174](https://github.com/nuxt-modules/device/pull/174))
- Update to latest `@nuxt/module-builder` ([#223](https://github.com/nuxt-modules/device/pull/223))
- Augment runtime config on `@nuxt/schema` ([a84ad64](https://github.com/nuxt-modules/device/commit/a84ad64))
- Disable 'vue/multi-word-component-names' for `test/` dir ([502d5b1](https://github.com/nuxt-modules/device/commit/502d5b1))
- Account for absence of module's runtime config in plugin ([a311d11](https://github.com/nuxt-modules/device/commit/a311d11))

### 📖 Documentation

- Use new `nuxi module add` command in installation ([#187](https://github.com/nuxt-modules/device/pull/187))
- Update link to `2.x` branch ([2aec2e7](https://github.com/nuxt-modules/device/commit/2aec2e7))
- Remove unused badges ([4cdf090](https://github.com/nuxt-modules/device/commit/4cdf090))
- Revert removing badges ([eea7813](https://github.com/nuxt-modules/device/commit/eea7813))
- Update badges style and links ([d290e56](https://github.com/nuxt-modules/device/commit/d290e56))
- Add banner ([1130799](https://github.com/nuxt-modules/device/commit/1130799))

### 🏡 Chore

- Add pull request template ([2de7def](https://github.com/nuxt-modules/device/commit/2de7def))
- Lint pull request template ([0faf42f](https://github.com/nuxt-modules/device/commit/0faf42f))
- Update renovate config ([855e082](https://github.com/nuxt-modules/device/commit/855e082))
- Test bundler module resolution ([#181](https://github.com/nuxt-modules/device/pull/181))
- Indicate compatibility with new v4 major ([#216](https://github.com/nuxt-modules/device/pull/216))
- Exclude `2.x` branch from renovate ([487f042](https://github.com/nuxt-modules/device/commit/487f042))
- Remove commented out module config from test fixture ([6d860a4](https://github.com/nuxt-modules/device/commit/6d860a4))

### 🤖 CI

- Add label PR workflow ([50a9f4f](https://github.com/nuxt-modules/device/commit/50a9f4f))
- Add reproduire ([#188](https://github.com/nuxt-modules/device/pull/188))

### ❤️ Contributors

- Damian Glowala ([@DamianGlowala](http://github.com/DamianGlowala))
- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala))
- Daniel Roe ([@danielroe](http://github.com/danielroe))
- Dmitriy Kuts <exileed@yandex.ru>

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

* #157 chore: export runtime
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.1.1",
"version": "3.2.0",
"description": "Device detection module for Nuxt",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7a0a18a

Please sign in to comment.