@pdfslick/core 1.1.4 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -171,3 +171,8 @@ Provided with the PDF Document path and options object, the `usePDFSlick()` hook
171
171
  <br>
172
172
 
173
173
  [Learn more about PDFSlick](https://pdfslick.dev) | [Checkout the Examples](https://pdfslick.dev/examples)
174
+
175
+
176
+ ## Thanks
177
+ - [Vane Kosturanov](https://kosturanov.com/portfolio/logo-branding-design) for designing the logo
178
+ - [VS Code Icons](https://github.com/microsoft/vscode-codicons) for the icons used throughout the examples
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfslick/core",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "source": "./index.ts",
5
5
  "main": "dist/umd/index.js",
6
6
  "module": "dist/esm/index.js",