Skip to content

Commit

Permalink
chore: release 0.3.0 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Aug 12, 2021
1 parent 760d713 commit bc2509a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.3.0](https://www.github.com/zakodium/react-iframe-bridge/compare/v0.2.3...v0.3.0) (2021-08-12)


### ⚠ BREAKING CHANGES

* do not always render page contents in w-screen h-screen

### Bug Fixes

* do not always render page contents in w-screen h-screen ([760d713](https://www.github.com/zakodium/react-iframe-bridge/commit/760d713ade8d1182615f62d7a15542dbb9d337db))

### [0.2.3](https://www.github.com/zakodium/react-iframe-bridge/compare/v0.2.2...v0.2.3) (2021-08-10)


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": "react-iframe-bridge",
"version": "0.2.3",
"version": "0.3.0",
"description": "React hooks and components to work with iframe-bridge.",
"main": "lib-cjs/index.js",
"module": "lib/index.js",
Expand Down

0 comments on commit bc2509a

Please sign in to comment.