Skip to content

Commit aba4b70

Browse files
committed
chore(release): 3.0.0
1 parent 416737e commit aba4b70

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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+
<a name="3.0.0"></a>
6+
# [3.0.0](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/v2.0.1...v3.0.0) (2018-04-22)
7+
8+
9+
### Features
10+
11+
* **module:** compatibility with `nuxt` v1 ([416737e](https://github.com/medfreeman/nuxt-netlify-cms-module/commit/416737e))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **module:** This module is no more compatible with nuxt versions older than v1.0.0
17+
Update `nuxt` devDependency to v.1.4.0
18+
19+
20+
521
<a name="2.0.1"></a>
622
## [2.0.1](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/v2.0.0...v2.0.1) (2017-09-22)
723

package.json

+1-1
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": "2.0.1",
4+
"version": "3.0.0",
55
"license": "MIT",
66
"main": "index.js",
77
"author": "Mehdi Lahlou <[email protected]>",

0 commit comments

Comments
 (0)