From 5ceb79de598c86f88d2b94b29a40c4bec402fc26 Mon Sep 17 00:00:00 2001 From: zakodium-bot <72201612+zakodium-bot@users.noreply.github.com> Date: Mon, 25 Apr 2022 19:09:52 +0200 Subject: [PATCH] chore: release 0.6.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a26418e..cd0f22c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://www.github.com/zakodium-oss/react-iframe-bridge/compare/v0.5.1...v0.6.0) (2022-04-25) + + +### Features + +* add scrollbar in Home page for samples ([33503f7](https://www.github.com/zakodium-oss/react-iframe-bridge/commit/33503f75a6755ddd5d2cb8e5e6d7557955d661ab)) + ### [0.5.1](https://www.github.com/zakodium-oss/react-iframe-bridge/compare/v0.5.0...v0.5.1) (2022-04-24) diff --git a/package.json b/package.json index 6bd2cd3..13253af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-iframe-bridge", - "version": "0.5.1", + "version": "0.6.0", "description": "React hooks and components to work with iframe-bridge.", "main": "lib-cjs/index.js", "module": "lib/index.js",