Skip to content

Commit

Permalink
v1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Jun 17, 2019
1 parent bbb87a7 commit 6afd236
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 32 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,28 @@
# Next

Git diff:
* https://github.com/readium/r2-streamer-js/compare/v1.0.13...develop
* https://github.com/readium/r2-streamer-js/compare/v1.0.14...develop

Changes:
* TODO

# 1.0.14

> Build environment: NodeJS `10.16.0`, NPM `6.9.0`
Changes:
* NPM updates

Git revision info:
* https://unpkg.com/[email protected]/dist/gitrev.json
* https://github.com/edrlab/r2-streamer-js-dist/blob/v1.0.14/dist/gitrev.json

Git commit history:
* https://github.com/readium/r2-streamer-js/commits/v1.0.14

Git diff:
* https://github.com/readium/r2-streamer-js/compare/v1.0.13...v1.0.14

# 1.0.13

> Build environment: NodeJS `10.15.3`, NPM `6.9.0`
Expand Down
52 changes: 26 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "r2-streamer-js",
"version": "1.0.13",
"version": "1.0.14",
"description": "Readium 2 'streamer' for NodeJS (TypeScript)",
"keywords": [
"readium",
Expand Down Expand Up @@ -57,10 +57,10 @@
"mime-types": "^2.1.24",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"r2-lcp-js": "^1.0.9",
"r2-opds-js": "^1.0.9",
"r2-shared-js": "^1.0.12",
"r2-utils-js": "^1.0.9",
"r2-lcp-js": "^1.0.10",
"r2-opds-js": "^1.0.10",
"r2-shared-js": "^1.0.13",
"r2-utils-js": "^1.0.10",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"selfsigned": "^1.10.4",
Expand Down

0 comments on commit 6afd236

Please sign in to comment.