Skip to content

Commit

Permalink
chore(release): 4.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.1](v4.0.0...v4.0.1) (2020-06-23)

### Reverts

* "Filter out missing elements ([#2](#2))" ([478bd53](478bd53))
* "remove optional chaining, not supported by microbundle yet" ([64c64de](64c64de))
  • Loading branch information
semantic-release-bot committed Jun 23, 2020
1 parent 478bd53 commit 8cb91c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.0.1](https://github.com/dominictwlee/react-interactive-guide/compare/v4.0.0...v4.0.1) (2020-06-23)


### Reverts

* "Filter out missing elements ([#2](https://github.com/dominictwlee/react-interactive-guide/issues/2))" ([478bd53](https://github.com/dominictwlee/react-interactive-guide/commit/478bd5357ca0d2e0b27d46f95e5e41f8c5cb4aeb))
* "remove optional chaining, not supported by microbundle yet" ([64c64de](https://github.com/dominictwlee/react-interactive-guide/commit/64c64de9a8f6d7d81e0ab8616bc0b99133a87b12))

# [4.0.0](https://github.com/dominictwlee/react-interactive-guide/compare/v3.0.0...v4.0.0) (2020-06-22)


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-interactive-guide",
"version": "4.0.0",
"version": "4.0.1",
"description": "Interactive tour guide for your react app",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 8cb91c2

Please sign in to comment.