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 @@ |
"bugs": "https://github.com/hypothesis/client/issues", | ||
"repository": "hypothesis/client", | ||
"devDependencies": { | ||
"@octokit/rest": "^15.13.0", | ||
"angular": "^1.6.9", | ||
"angular-mocks": "^1.6.9", | ||
"angular-route": "^1.6.9", | ||
... | ... | @@ -102,6 +103,7 @@ |
"vinyl": "^1.1.1", | ||
"watchify": "^3.7.0", | ||
"websocket": "^1.0.22", | ||
"wrap-text": "^1.0.7", | ||
"zen-observable": "^0.3.0" | ||
}, | ||
"browserify": { | ||
... | ... |
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment