From 51358d6915d1e713c25179fb189a51e2b349175e Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Thu, 22 Oct 2020 00:06:46 +0200 Subject: [PATCH] chore(release): 4.0.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20a9db30..426bf680 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [4.0.1](https://github.com/romac/react-if/compare/v4.0.0...v4.0.1) (2020-10-21) + + +### ⚠ BREAKING CHANGES + +* **readme:** As part of the rewrite, the global exports are gone. +Please use CommonJS or ESM style imports as specified in the README. + +### Bug Fixes + +* **readme:** update shields ([d975fd4](https://github.com/romac/react-if/commit/d975fd44b737caff913725905abe316a02097236)) + ## [4.0.0](https://github.com/romac/react-if/compare/v3.4.3...v4.0.0) (2020-10-21) diff --git a/package.json b/package.json index 6aa79f71..eff4156a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-if", - "version": "4.0.0", + "version": "4.0.1", "description": "🌗 Render React components conditionally", "author": "Romain Ruetschi ", "license": "MIT",