Skip to content

Commit

Permalink
v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Mar 30, 2019
1 parent b5a3c65 commit 204a44a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.4.5

Features:

* Call `[ON_MOUNT]` on promises

Other:

* Tests: Refactor with expect extensions

## 0.4.4

Bug fixes:
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-async-ssr",
"version": "0.4.4",
"version": "0.4.5",
"description": "Render React Suspense on server",
"main": "index.js",
"author": {
Expand Down

0 comments on commit 204a44a

Please sign in to comment.