Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
medfreeman committed Sep 8, 2017
1 parent e461b03 commit 9a3f00d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.

<a name="1.1.0"></a>
# [1.1.0](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/v1.0.0...v1.1.0) (2017-09-08)


### Bug Fixes

* **core:** avoid calling file existsSync before reading ([312c14b](https://github.com/medfreeman/nuxt-netlify-cms-module/commit/312c14b))


### Features

* **core:** add support for netlify-cms extensions ([f670cf3](https://github.com/medfreeman/nuxt-netlify-cms-module/commit/f670cf3))



<a name="1.0.0"></a>
# [1.0.0](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/v0.1.4...v1.0.0) (2017-09-04)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt-netlify-cms",
"description": "Easy Netlify CMS integration with nuxt.js",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"main": "dist/module.js",
"author": "Mehdi Lahlou <mehdi.lahlou@free.fr>",
Expand Down

0 comments on commit 9a3f00d

Please sign in to comment.