Skip to content

Commit 65b9316

Browse files
committed
chore(release): 1.2.0
1 parent 4162039 commit 65b9316

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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.0"></a>
6+
# [1.2.0](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/v1.1.0...v1.2.0) (2017-09-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **build:** fix various rebuild errors ([229a257](https://github.com/medfreeman/nuxt-netlify-cms-module/commit/229a257)), closes [#7](https://github.com/medfreeman/nuxt-netlify-cms-module/issues/7) [#9](https://github.com/medfreeman/nuxt-netlify-cms-module/issues/9) [#10](https://github.com/medfreeman/nuxt-netlify-cms-module/issues/10)
12+
* **package:** remove duplicate `lodash.omit` dependency ([d5e1017](https://github.com/medfreeman/nuxt-netlify-cms-module/commit/d5e1017))
13+
14+
15+
### Features
16+
17+
* **build:** add a notification of bundle rebuilding and completion ([6c51d10](https://github.com/medfreeman/nuxt-netlify-cms-module/commit/6c51d10)), closes [#11](https://github.com/medfreeman/nuxt-netlify-cms-module/issues/11)
18+
* **build:** add webpack hot reloading ([05748d7](https://github.com/medfreeman/nuxt-netlify-cms-module/commit/05748d7)), closes [#15](https://github.com/medfreeman/nuxt-netlify-cms-module/issues/15)
19+
* **build:** show pretty build status ([c4107f2](https://github.com/medfreeman/nuxt-netlify-cms-module/commit/c4107f2))
20+
21+
22+
523
<a name="1.1.0"></a>
624
# [1.1.0](https://github.com/medfreeman/nuxt-netlify-cms-module/compare/v1.0.0...v1.1.0) (2017-09-08)
725

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": "1.1.0",
4+
"version": "1.2.0",
55
"license": "MIT",
66
"main": "dist/module.js",
77
"author": "Mehdi Lahlou <mehdi.lahlou@free.fr>",

0 commit comments

Comments
 (0)