Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
build: v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zeromake committed Dec 13, 2017
1 parent a5400b4 commit 7f02897
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
@@ -1,11 +1,22 @@
<a name="0.2.2"></a>
## [0.2.2](https://github.com/zeromake/zreact/compare/v0.2.1...v0.2.2) (2017-12-13)


### Bug Fixes

* **types:** devtools typescript ([3209256](https://github.com/zeromake/zreact/commit/3209256))
* add package.json files ([a5400b4](https://github.com/zeromake/zreact/commit/a5400b4))



<a name="0.2.1"></a>
## [0.2.1](https://github.com/zeromake/zreact/compare/v0.1.3...v0.2.1) (2017-11-02)


### Features

* add findDOMNode, findVDom ([0f3b088](https://github.com/zeromake/zreact/commit/0f3b088))
* copy preact d.ts ([3f64cc4](https://github.com/zeromake/zreact/commit/3f64cc4))
* copy preact d.ts ([7333d93](https://github.com/zeromake/zreact/commit/7333d93))



Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "zreact",
"version": "0.2.1",
"version": "0.2.2",
"description": "React like,copy by preact",
"main": "dist/zreact.js",
"module": "dist/zreact.esm.js",
Expand Down

0 comments on commit 7f02897

Please sign in to comment.