Skip to content

Commit 2a93e52

Browse files
author
Pooya Parsa
committed
chore(release): 1.0.0
1 parent db1fb8c commit 2a93e52

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.0.0"></a>
6+
# [1.0.0](https://github.com/pi0/nuxt7/compare/v0.9.1...v1.0.0) (2018-01-14)
7+
8+
9+
### Code Refactoring
10+
11+
* remove legacy dependencies for rc.11 ([6ae2d29](https://github.com/pi0/nuxt7/commit/6ae2d29))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* requires nuxt@^1.0.0
17+
18+
19+
520
<a name="0.9.1"></a>
621
## [0.9.1](https://github.com/pi0/nuxt7/compare/v0.9.0...v0.9.1) (2017-12-22)
722

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "nuxt7",
3-
"version": "0.9.1",
3+
"version": "1.0.0",
44
"license": "MIT",
55
"main": "lib/module.js",
66
"scripts": {
77
"dev": "npm run ks",
88
"ks": "nuxt dev -c examples/kitchen-sink/nuxt.config.js",
99
"ks-build": "nuxt build -c examples/kitchen-sink/nuxt.config.js",
10-
"ks-analyze":
11-
"nuxt build -c examples/kitchen-sink/nuxt.config.js --analyze",
10+
"ks-analyze": "nuxt build -c examples/kitchen-sink/nuxt.config.js --analyze",
1211
"ks-start": "nuxt start --spa -c examples/kitchen-sink/nuxt.config.js",
1312
"ks-generate": "nuxt generate -c examples/kitchen-sink/nuxt.config.js",
1413
"lint": "eslint --ext .js,.vue .",
@@ -18,7 +17,9 @@
1817
"release": "standard-version && git push --follow-tags && npm publish"
1918
},
2019
"lint-staged": {
21-
"*.{js,vue}": ["yarn lint"]
20+
"*.{js,vue}": [
21+
"yarn lint"
22+
]
2223
},
2324
"dependencies": {
2425
"@nuxtjs/pwa": "^2.0.5",

0 commit comments

Comments
 (0)