Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
0.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Feb 23, 2017
1 parent d4b2c26 commit ba022a0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.20.4 - 2017-02-23

- Fixed: better support of ``react-router`` routes that don't have slashes
([#941](https://github.com/MoOx/phenomic/pull/941) - @MoOx)

- Added: better support of ``react-router`` routes (``IndexRoute`` and trailing slashes)
([#941](https://github.com/MoOx/phenomic/pull/941) - @MoOx)

- Removed: ``declaration-block-no-ignored-properties`` has been removed from
our ``stylelint`` preset because this rule is not reliable (and deprecated).
**This is not a breaking change.**
([#960](https://github.com/MoOx/phenomic/pull/960) - @MoOx)


# 0.20.3 - 2017-01-28

- 🐛 Fixed: stack trace are not truncated anymore
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": "phenomic",
"version": "0.20.3",
"version": "0.20.4",
"description": "Modern website generator based on the React and Webpack ecosystem.",
"keywords": [
"webpack",
Expand Down

0 comments on commit ba022a0

Please sign in to comment.