Skip to content

Commit cc66eb4

Browse files
committed
chore(release): 3.1.0
1 parent 351b239 commit cc66eb4

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.1.0"></a>
6+
# [3.1.0](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/v3.0.2...v3.1.0) (2018-08-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **module:** fix compatibility with `nuxt generate` ([c518a10](https://github.com/medfreeman/nuxt-netlify-cms-module/commit/c518a10)), closes [#59](https://github.com/medfreeman/nuxt-netlify-cms-module/issues/59)
12+
13+
Thanks @jmcmullen & @easherma!
14+
15+
### Features
16+
17+
* **module:** compatibility with `netlify-cms` v2 ([6800ea4](https://github.com/medfreeman/nuxt-netlify-cms-module/commit/6800ea4)), closes [#64](https://github.com/medfreeman/nuxt-netlify-cms-module/issues/64)
18+
19+
20+
521
<a name="3.0.2"></a>
622
## [3.0.2](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/v3.0.1...v3.0.2) (2018-08-04)
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": "3.0.2",
4+
"version": "3.1.0",
55
"license": "MIT",
66
"main": "index.js",
77
"author": "Mehdi Lahlou <[email protected]>",

0 commit comments

Comments
 (0)