Skip to content

Commit 0f5853d

Browse files
committed
chore(release): 0.1.1
1 parent d05db67 commit 0f5853d

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
@@ -1,3 +1,17 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="0.1.1"></a>
6+
## [0.1.1](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/0.1.0...0.1.1) (2017-09-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** transpile webpack config to allow module to work ([afdd102](https://github.com/medfreeman/nuxt-netlify-cms-module/commit/afdd102))
12+
13+
14+
115
# 0.1.0 - 2017-08-02
216

317
- Initial release

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-netlify-cms",
33
"description": "Netlify CMS integration with nuxt.js",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"license": "MIT",
66
"main": "dist/module.js",
77
"author": "Mehdi Lahlou <[email protected]>",

0 commit comments

Comments
 (0)