Skip to content

Commit 55ac038

Browse files
committed
chore(release): 4.0.0
1 parent b4dbf15 commit 55ac038

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
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+
# [4.0.0](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/v3.1.0...v4.0.0) (2019-02-21)
6+
7+
8+
### Bug Fixes
9+
10+
* **package:** update style-loader to version 0.23.0 ([#75](https://github.com/medfreeman/nuxt-netlify-cms-module/issues/75)) ([004f9eb](https://github.com/medfreeman/nuxt-netlify-cms-module/commit/004f9eb))
11+
12+
13+
### Features
14+
15+
* **module:** compatibility with `nuxt` v2 ([#111](https://github.com/medfreeman/nuxt-netlify-cms-module/issues/111)) ([41c450e](https://github.com/medfreeman/nuxt-netlify-cms-module/commit/41c450e)), closes [nuxt-community/nuxtent-module#190](https://github.com/nuxt-community/nuxtent-module/issues/190)
16+
17+
18+
### BREAKING CHANGES
19+
20+
* **module:** This module is no more compatible with nuxt versions older than v2.0.0
21+
Update `nuxt` devDependency to v.2.0.0
22+
23+
Compatibility with webpack v4
24+
Add `FriendlyErrorsWebpackPlugin`
25+
Add `@nuxt/friendly-errors-webpack-plugin`, `extract-css-chunks-webpack-plugin`
26+
Use `consola` instead of debug for logging, improve messages
27+
Add `webpackbar` in production, improve logging
28+
Upgrade husky, move config to its own key
29+
Remove `.yarnrc` engine compatibility fix
30+
31+
32+
533
<a name="3.1.0"></a>
634
# [3.1.0](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/v3.0.2...v3.1.0) (2018-08-07)
735

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-netlify-cms",
33
"description": "Easy Netlify CMS integration with nuxt.js",
4-
"version": "3.1.0",
4+
"version": "4.0.0",
55
"license": "MIT",
66
"main": "index.js",
77
"author": "Mehdi Lahlou <[email protected]>",

0 commit comments

Comments
 (0)