Merge pull request #788 from hypothesis/automate-changelog-updates
Modify `update-changelog.js` to generate the list of changes itself
Showing
... | @@ -7,6 +7,7 @@ | ... | @@ -7,6 +7,7 @@ |
"bugs": "https://github.com/hypothesis/client/issues", | "bugs": "https://github.com/hypothesis/client/issues", | ||
"repository": "hypothesis/client", | "repository": "hypothesis/client", | ||
"devDependencies": { | "devDependencies": { | ||
"@octokit/rest": "^15.13.0", | |||
"angular": "^1.6.9", | "angular": "^1.6.9", | ||
"angular-mocks": "^1.6.9", | "angular-mocks": "^1.6.9", | ||
"angular-route": "^1.6.9", | "angular-route": "^1.6.9", | ||
... | @@ -102,6 +103,7 @@ | ... | @@ -102,6 +103,7 @@ |
"vinyl": "^1.1.1", | "vinyl": "^1.1.1", | ||
"watchify": "^3.7.0", | "watchify": "^3.7.0", | ||
"websocket": "^1.0.22", | "websocket": "^1.0.22", | ||
"wrap-text": "^1.0.7", | |||
"zen-observable": "^0.3.0" | "zen-observable": "^0.3.0" | ||
}, | }, | ||
"browserify": { | "browserify": { | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment