Skip to content

Commit cebb0b0

Browse files
committed
chore(release): 1.0.0
1 parent 5f2fab8 commit cebb0b0

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +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="1.0.0"></a>
6+
# 1.0.0 (2018-06-08)
7+
8+
9+
### Chores
10+
11+
* Upgrade webpack-dashboard ([5f2fab8](https://github.com/paulgv/nuxt-webpackdashboard/commit/5f2fab8)), closes [#1](https://github.com/paulgv/nuxt-webpackdashboard/issues/1)
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Upgraded webpack-dashboard from v1.x to
17+
[v2.x](https://github.com/FormidableLabs/webpack-dashboard/releases/tag/v2.0.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-webpackdashboard",
3-
"version": "0.0.2",
3+
"version": "1.0.0",
44
"description": "Webpack Dashboard integration for Nuxt",
55
"main": "lib/module.js",
66
"repository": "https://github.com/paulgv/nuxt-webpackdashboard.git",

0 commit comments

Comments
 (0)