Skip to content

Commit 4999889

Browse files
committed
chore(release): 3.0.2
1 parent c56983a commit 4999889

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
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="3.0.2"></a>
6+
## [3.0.2](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/v3.0.1...v3.0.2) (2018-08-04)
7+
8+
9+
### Bug Fixes
10+
11+
* use `cms-config-url` html link to determine proper netlify cms `config.yml` path ([1b07d51](https://github.com/medfreeman/nuxt-netlify-cms-module/commit/1b07d51))
12+
13+
14+
515
<a name="3.0.1"></a>
616
## [3.0.1](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/v3.0.0...v3.0.1) (2018-04-29)
717

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

0 commit comments

Comments
 (0)