Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3d94523

Browse files
committedSep 18, 2017
chore(release): 1.2.1
1 parent c189b0f commit 3d94523

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="1.2.1"></a>
6+
## [1.2.1](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/v1.2.0...v1.2.1) (2017-09-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **cms-config:** properly prepend `file` paths with nuxt `srcDir` ([c189b0f](https://github.com/medfreeman/nuxt-netlify-cms-module/commit/c189b0f)), closes [#18](https://github.com/medfreeman/nuxt-netlify-cms-module/issues/18)
12+
13+
14+
515
<a name="1.2.0"></a>
616
# [1.2.0](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/v1.1.0...v1.2.0) (2017-09-09)
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": "1.2.0",
4+
"version": "1.2.1",
55
"license": "MIT",
66
"main": "dist/module.js",
77
"author": "Mehdi Lahlou <mehdi.lahlou@free.fr>",

0 commit comments

Comments
 (0)
Please sign in to comment.