diff --git a/CHANGELOG.md b/CHANGELOG.md index cebc719..55f3fa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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. + +# [3.0.0](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/v2.0.1...v3.0.0) (2018-04-22) + + +### Features + +* **module:** compatibility with `nuxt` v1 ([416737e](https://github.com/medfreeman/nuxt-netlify-cms-module/commit/416737e)) + + +### BREAKING CHANGES + +* **module:** This module is no more compatible with nuxt versions older than v1.0.0 +Update `nuxt` devDependency to v.1.4.0 + + + ## [2.0.1](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/v2.0.0...v2.0.1) (2017-09-22) diff --git a/package.json b/package.json index a64718e..d77a61d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-netlify-cms", "description": "Easy Netlify CMS integration with nuxt.js", - "version": "2.0.1", + "version": "3.0.0", "license": "MIT", "main": "index.js", "author": "Mehdi Lahlou ",