Skip to content

Commit

Permalink
chore(release): 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Oct 21, 2020
1 parent d975fd4 commit 51358d6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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-if",
"version": "4.0.0",
"version": "4.0.1",
"description": "🌗 Render React components conditionally",
"author": "Romain Ruetschi <romain.ruetschi@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 51358d6

Please sign in to comment.