From ea33d8ad762e64ebf9aed5876eb22c2bb562ba65 Mon Sep 17 00:00:00 2001 From: Caleb Jacob <thecalebjacob@gmail.com> Date: Thu, 13 Apr 2023 11:34:40 -0600 Subject: [PATCH] Updated package.json and changelog to prep for 1.2.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0de63f41..28cd7456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Pending +## 1.2.0 - Added support for using [Iframe Resizer](https://github.com/davidjbradshaw/iframe-resizer) for rendering responsive iframes. This library automatically resizes the iframe to match the child content size to avoid scrollbars on the iframe itself. You can use the library by adding an `iframeResizer` prop to an `<iframe>` tag: diff --git a/package.json b/package.json index d35757f0..e513a247 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "near-social-vm", - "version": "1.1.0", + "version": "1.2.0", "description": "Near Social VM", "main": "dist/index.js", "files": [