Skip to content

Commit

Permalink
Updated package.json and changelog to prep for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
calebjacob committed Apr 13, 2023
1 parent 03b4484 commit ea33d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit ea33d8a

Please sign in to comment.