Skip to content

Commit

Permalink
Prepare 9.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimDez committed Feb 22, 2023
1 parent bfc4bb0 commit 4a73dac
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,9 @@
# Changelog

## Unreleased
## 9.1.4 - 22.02.2023

- [[#943](https://github.com/VadimDez/ng2-pdf-viewer/pull/943)] - chore(deps): bump ejs and webpack-bundle-analyzer
- [[#971](https://github.com/VadimDez/ng2-pdf-viewer/pull/971)] - feat: Support version specific pdf.worker.js url

## 9.1.3 - 21.11.2022
- [[#947](https://github.com/VadimDez/ng2-pdf-viewer/issues/947)] - Second pdf loaded not navigate on the second page with [show-all]="false"
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html
Expand Up @@ -151,7 +151,7 @@
<div class="sk-cube3 sk-cube"></div>
</div>
</pdf-viewer-app>
<script src="runtime.5ebe1822c3782d9c.js" type="module"></script><script src="polyfills.e4a1de4afc8f1d46.js" type="module"></script><script src="main.e2ebb104961bc8ca.js" type="module"></script>
<script src="runtime.5ebe1822c3782d9c.js" type="module"></script><script src="polyfills.e4a1de4afc8f1d46.js" type="module"></script><script src="main.13dc563199db90b8.js" type="module"></script>


</body></html>
2 changes: 1 addition & 1 deletion docs/index.html
Expand Up @@ -151,7 +151,7 @@
<div class="sk-cube3 sk-cube"></div>
</div>
</pdf-viewer-app>
<script src="runtime.5ebe1822c3782d9c.js" type="module"></script><script src="polyfills.e4a1de4afc8f1d46.js" type="module"></script><script src="main.e2ebb104961bc8ca.js" type="module"></script>
<script src="runtime.5ebe1822c3782d9c.js" type="module"></script><script src="polyfills.e4a1de4afc8f1d46.js" type="module"></script><script src="main.13dc563199db90b8.js" type="module"></script>


</body></html>

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ng2-pdf-viewer",
"version": "9.1.3",
"version": "9.1.4",
"description": "Angular 5+ component for rendering PDF",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 4a73dac

Please sign in to comment.