Skip to content

Commit 1239efa

Browse files
committed
chore(release): 3.0.1
1 parent f96d5fe commit 1239efa

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.1"></a>
6+
## [3.0.1](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/v3.0.0...v3.0.1) (2018-04-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **package:** fix `regeneratorRuntime` error ([f96d5fe](https://github.com/medfreeman/nuxt-netlify-cms-module/commit/f96d5fe)), closes [#51](https://github.com/medfreeman/nuxt-netlify-cms-module/issues/51)
12+
13+
* **docs:** fix update readme.md links to match Netlify's docs
14+
15+
Thanks gangsthub !
16+
17+
18+
519
<a name="3.0.0"></a>
620
# [3.0.0](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/v2.0.1...v3.0.0) (2018-04-22)
721

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

0 commit comments

Comments
 (0)