From 3d945237c28a46d342bdd6c7e3b048f5dcfc7ab6 Mon Sep 17 00:00:00 2001 From: Mehdi Lahlou Date: Mon, 18 Sep 2017 18:33:49 +0200 Subject: [PATCH] chore(release): 1.2.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51cc86d..0e31908 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +## [1.2.1](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/v1.2.0...v1.2.1) (2017-09-18) + + +### Bug Fixes + +* **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) + + + # [1.2.0](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/v1.1.0...v1.2.0) (2017-09-09) diff --git a/package.json b/package.json index bcf3d82..6989a68 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-netlify-cms", "description": "Easy Netlify CMS integration with nuxt.js", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "main": "dist/module.js", "author": "Mehdi Lahlou ",