Skip to content

Commit 970f767

Browse files
committed
chore(release): 3.0.0
1 parent 9520a25 commit 970f767

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="3.0.0"></a>
6+
# 3.0.0 (2018-06-10)
7+
8+
9+
### Chores
10+
11+
* Upgrade to Mobx 5 ([9520a25](https://github.com/philmander/mobx-preact/commit/9520a25))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* compatiblitly with Mobx 5
17+
18+
Also includes dependency updates
19+
20+
21+
22+
<a name="1.0.0"></a>
23+
# 1.0.0 (2017-12-02)
24+
25+
26+
### Bug Fixes
27+
28+
* Preact render args (props, state, context) not passed to reactive render ([123f199](https://github.com/philmander/mobx-preact/commit/123f199))
29+
30+
31+
32+
<a name="0.3.1"></a>
33+
## 0.3.1 (2017-02-06)
34+
35+
36+
537
<a name="2.0.0"></a>
638
# [2.0.0](https://github.com/philmander/mobx-preact/compare/2.0.0-beta.1...2.0.0) (2018-03-13)
739

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobx-preact",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Mobx bindings specifically for Preact",
55
"main": "lib/index.js",
66
"module": "lib/index.module.js",

0 commit comments

Comments
 (0)