Skip to content

Commit ab0dfc7

Browse files
committed
chore(release): 2.0.0
1 parent 3fcbc2c commit ab0dfc7

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
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="2.0.0"></a>
6+
# [2.0.0](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/v1.2.1...v2.0.0) (2017-09-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **package:** eslint compliance on commonjs index ([55a8f07](https://github.com/medfreeman/nuxt-netlify-cms-module/commit/55a8f07))
12+
13+
14+
### Chores
15+
16+
* **package:** re-export module in commonjs format ([1bba36c](https://github.com/medfreeman/nuxt-netlify-cms-module/commit/1bba36c)), closes [#19](https://github.com/medfreeman/nuxt-netlify-cms-module/issues/19)
17+
18+
19+
### Features
20+
21+
* **config:** enforce a single `netlify-cms` folder ([3fcbc2c](https://github.com/medfreeman/nuxt-netlify-cms-module/commit/3fcbc2c)), closes [#21](https://github.com/medfreeman/nuxt-netlify-cms-module/issues/21)
22+
23+
24+
### BREAKING CHANGES
25+
26+
* **config:** the cms config file should be placed in the "netlify-cms" folder and named "config.yml" along with the extensions js files
27+
* **config:** remove `extensionsDir` option
28+
* **package:** remove having to use `.default` while requiring this module
29+
30+
31+
532
<a name="1.2.1"></a>
633
## [1.2.1](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/v1.2.0...v1.2.1) (2017-09-18)
734

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": "1.2.1",
4+
"version": "2.0.0",
55
"license": "MIT",
66
"main": "index.js",
77
"author": "Mehdi Lahlou <mehdi.lahlou@free.fr>",

0 commit comments

Comments
 (0)