Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya Parsa committed Jan 14, 2018
1 parent db1fb8c commit 2a93e52
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
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.0.0"></a>
# [1.0.0](https://github.com/pi0/nuxt7/compare/v0.9.1...v1.0.0) (2018-01-14)


### Code Refactoring

* remove legacy dependencies for rc.11 ([6ae2d29](https://github.com/pi0/nuxt7/commit/6ae2d29))


### BREAKING CHANGES

* requires nuxt@^1.0.0



<a name="0.9.1"></a>
## [0.9.1](https://github.com/pi0/nuxt7/compare/v0.9.0...v0.9.1) (2017-12-22)

Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "nuxt7",
"version": "0.9.1",
"version": "1.0.0",
"license": "MIT",
"main": "lib/module.js",
"scripts": {
"dev": "npm run ks",
"ks": "nuxt dev -c examples/kitchen-sink/nuxt.config.js",
"ks-build": "nuxt build -c examples/kitchen-sink/nuxt.config.js",
"ks-analyze":
"nuxt build -c examples/kitchen-sink/nuxt.config.js --analyze",
"ks-analyze": "nuxt build -c examples/kitchen-sink/nuxt.config.js --analyze",
"ks-start": "nuxt start --spa -c examples/kitchen-sink/nuxt.config.js",
"ks-generate": "nuxt generate -c examples/kitchen-sink/nuxt.config.js",
"lint": "eslint --ext .js,.vue .",
Expand All @@ -18,7 +17,9 @@
"release": "standard-version && git push --follow-tags && npm publish"
},
"lint-staged": {
"*.{js,vue}": ["yarn lint"]
"*.{js,vue}": [
"yarn lint"
]
},
"dependencies": {
"@nuxtjs/pwa": "^2.0.5",
Expand Down

0 comments on commit 2a93e52

Please sign in to comment.