From d7d1c7df1c8f4267033e2f928a03706c5fc59f33 Mon Sep 17 00:00:00 2001 From: zakodium-bot <72201612+zakodium-bot@users.noreply.github.com> Date: Thu, 17 Jun 2021 17:47:09 +0200 Subject: [PATCH] chore: release 0.1.3 (#4) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3ca140..18dac50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.1.3](https://www.github.com/zakodium/react-iframe-bridge/compare/v0.1.2...v0.1.3) (2021-06-17) + + +### Bug Fixes + +* build project before publishing ([6be2490](https://www.github.com/zakodium/react-iframe-bridge/commit/6be2490aa392edcd82e86a6a94d8e629d7767b3c)) + ### [0.1.2](https://www.github.com/zakodium/react-iframe-bridge/compare/v0.1.1...v0.1.2) (2021-06-17) diff --git a/package.json b/package.json index 7669cfb..d1661eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-iframe-bridge", - "version": "0.1.2", + "version": "0.1.3", "description": "React hooks and components to work with iframe-bridge.", "main": "lib-cjs/index.js", "module": "lib/index.js",