Skip to content

Commit 73d3178

Browse files
committed
chore(release): 1.11.3
1 parent 9d9d6f1 commit 73d3178

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.11.3](https://github.com/nuxt-community/vuetify-module/compare/v1.11.2...v1.11.3) (2021-01-17)
6+
7+
8+
### Bug Fixes
9+
10+
* remove fibers dependency to support node.js 14 on Windows ([#390](https://github.com/nuxt-community/vuetify-module/issues/390)) ([7a02126](https://github.com/nuxt-community/vuetify-module/commit/7a021268b3901a9716a0f82d20ff034c454d9a95))
11+
* sass-loader use additionalData vs prependData ([a92eaf1](https://github.com/nuxt-community/vuetify-module/commit/a92eaf175d626be20b68327b9b2be3d188ba59dd))
12+
513
### [1.11.2](https://github.com/nuxt-community/vuetify-module/compare/v1.11.1...v1.11.2) (2020-04-26)
614

715
### [1.11.1](https://github.com/nuxt-community/vuetify-module/compare/v1.11.0...v1.11.1) (2020-04-26)

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.2",
3+
"version": "1.11.3",
44
"description": "Vuetify Module for Nuxt.js",
55
"license": "MIT",
66
"contributors": [

0 commit comments

Comments
 (0)