Skip to content

Commit 06485d3

Browse files
committed
5.0.0-96
1 parent 6ea5b31 commit 06485d3

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
# 5.0.0-96
2+
- Fix: BookReader/ missing from npm package! @cdrini
3+
- Also exclude other non-essential files, like tests, etc from the npm package.
4+
15
# 5.0.0-95
6+
- **Note:** Use 5.0.0-96 instead of this version. This version was missing the BookReader/ directory from the npm package.
27
- Breaking change: Remove BookReader/ build directory from repo @cdrini
38
- This pattern has become increasingly rare (even jQuery is no longer doing this). If someone was relying on this somehow, you should be able to achieve the same effect using unpkg, or jsdelivr, or similar, eg:
49
- https://unpkg.com/@internetarchive/[email protected]/BookReader/BookReader.js

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@internetarchive/bookreader",
3-
"version": "5.0.0-95",
3+
"version": "5.0.0-96",
44
"description": "The Internet Archive BookReader.",
55
"type": "module",
66
"files": [

0 commit comments

Comments
 (0)