Skip to content

Commit c2f9234

Browse files
committed
chore(release): 2.0.1
1 parent d724521 commit c2f9234

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.1"></a>
6+
## [2.0.1](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/v2.0.0...v2.0.1) (2017-09-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **module:** properly move the CMS build to the `dist` folder on `nuxt generate` ([dd4b970](https://github.com/medfreeman/nuxt-netlify-cms-module/commit/dd4b970)), closes [#23](https://github.com/medfreeman/nuxt-netlify-cms-module/issues/23)
12+
13+
14+
515
<a name="2.0.0"></a>
616
# [2.0.0](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/v1.2.1...v2.0.0) (2017-09-21)
717

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

0 commit comments

Comments
 (0)