@open-iframe-resizer/core 2.2.0 → 2.3.0

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,7 +17,7 @@ If you found this project helpful, please consider starring the repository!
17
17
  ```html
18
18
 
19
19
  <script type="module">
20
- import { initialize } from "https://cdn.jsdelivr.net/npm/@open-iframe-resizer/core@v2.2.0/dist/index.min.js";
20
+ import { initialize } from "https://cdn.jsdelivr.net/npm/@open-iframe-resizer/core@v2.3.0/dist/index.min.js";
21
21
 
22
22
  initialize({}, "#my-iframe");
23
23
  </script>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@open-iframe-resizer/core",
3
3
  "private": false,
4
- "version": "2.2.0",
4
+ "version": "2.3.0",
5
5
  "description": "Open-source modern iframe resizer",
6
6
  "license": "MIT",
7
7
  "repository": {