Skip to content

Commit

Permalink
v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Apr 23, 2020
1 parent d2e047b commit 95ea3ba
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 0.7.2

No code:

* Fix comment typo

Tests:

* Import module by name [refactor]

Dev:

* Update dev dependencies
* Run tests on CI on Node v14
* Replace `.npmignore` with `files` list in `package.json`
* `.editorconfig` config
* Simplify Jest config

Docs:

* Fix whitespace in README [fix]

## 0.7.1

Docs:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.1",
"version": "0.7.2",
"description": "Render React Suspense on server",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 95ea3ba

Please sign in to comment.