Skip to content

Commit 7bee695

Browse files
chore(release): 2.2.0 [skip ci]
# [2.2.0](v2.1.0...v2.2.0) (2018-10-03) ### Bug Fixes * πŸ› export CssVars using correc casing ([b46164f](b46164f)) ### Features * 🎸 export EsNext modules ([1805455](1805455)) * 🎸 export TypeScript types and improve build process ([c050afd](c050afd)) ### Performance Improvements * ⚑️ upgrade throttle-debounce lib, fix tests after refactor ([a8da481](a8da481))
1 parent 5603d6b commit 7bee695

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [2.2.0](https://github.com/streamich/libreact/compare/v2.1.0...v2.2.0) (2018-10-03)
2+
3+
4+
### Bug Fixes
5+
6+
* πŸ› export CssVars using correc casing ([b46164f](https://github.com/streamich/libreact/commit/b46164f))
7+
8+
9+
### Features
10+
11+
* 🎸 export EsNext modules ([1805455](https://github.com/streamich/libreact/commit/1805455))
12+
* 🎸 export TypeScript types and improve build process ([c050afd](https://github.com/streamich/libreact/commit/c050afd))
13+
14+
15+
### Performance Improvements
16+
17+
* ⚑️ upgrade throttle-debounce lib, fix tests after refactor ([a8da481](https://github.com/streamich/libreact/commit/a8da481))
18+
119
# [2.1.0](https://github.com/streamich/libreact/compare/v2.0.1...v2.1.0) (2018-09-30)
220

321

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libreact",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "React standard library",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
Β (0)