Skip to content

Commit 17a4956

Browse files
committed
release v0.36.3
1 parent de6320e commit 17a4956

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 0.36.3 (Dec 5, 2016)
4+
- Reduce npm tarball size by 80% (excluding docs, examples, etc)
5+
36
## 0.36.2 (Dec 5, 2016)
47
- Remove usage of `React.DOM.*`, which will soon be deprecated in React 16 and has incompatibilities with
58
Preact, Inferno, etc.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-component",
3-
"version": "0.36.2",
3+
"version": "0.36.3",
44
"description": "Declarative router component for React",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)