Skip to content

Commit

Permalink
Release 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hubcarl committed Mar 15, 2018
1 parent 7f68210 commit ad3654e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions History.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="3.0.8"></a>
## [3.0.8](https://github.com/hubcarl/egg-view-vue-ssr/compare/3.0.7...3.0.8) (2018-03-15)


### Bug Fixes

* csrf not set for egg-security ([7f68210](https://github.com/hubcarl/egg-view-vue-ssr/commit/7f68210))



3.0.7 / 2018-03-08
==================
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"devDependencies": {
"autod": "^2.7.1",
"conventional-changelog-cli": "^1.3.5",
"egg": "^1.12.0",
"egg-bin": "^3.7.0",
"egg-ci": "^1.5.0",
Expand All @@ -36,6 +37,7 @@
"node": ">=6.0.0"
},
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
Expand Down

0 comments on commit ad3654e

Please sign in to comment.