Skip to content

Commit d376f57

Browse files
committed
chore(release): 1.12.0
1 parent 40ac611 commit d376f57

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
## [1.12.0](https://github.com/nuxt-community/vuetify-module/compare/v1.11.3...v1.12.0) (2021-06-13)
6+
7+
8+
### Features
9+
10+
* compatible with Nuxt 2.14 and typescript 4 ([#395](https://github.com/nuxt-community/vuetify-module/issues/395)) ([16c2bca](https://github.com/nuxt-community/vuetify-module/commit/16c2bca8e6e293ada9ea4f00d4a2e767d5be5671))
11+
12+
13+
### Bug Fixes
14+
15+
* **types:** use UserVuetifyPreset instead of VuetifyPreset ([#419](https://github.com/nuxt-community/vuetify-module/issues/419)) ([d75b2be](https://github.com/nuxt-community/vuetify-module/commit/d75b2bea1bf68a66f2f77e97dd88d5f0e01d4ad2))
16+
* lock sass version to ~1.32.13 ([#452](https://github.com/nuxt-community/vuetify-module/issues/452)) ([4868782](https://github.com/nuxt-community/vuetify-module/commit/48687822d21bf87b375c934634f0ac02a05f47a8)), closes [#446](https://github.com/nuxt-community/vuetify-module/issues/446)
17+
518
### [1.11.3](https://github.com/nuxt-community/vuetify-module/compare/v1.11.2...v1.11.3) (2021-01-17)
619

720

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/vuetify",
3-
"version": "1.11.3",
3+
"version": "1.12.0",
44
"description": "Vuetify Module for Nuxt.js",
55
"license": "MIT",
66
"contributors": [

0 commit comments

Comments
 (0)