diff --git a/CHANGELOG.md b/CHANGELOG.md index 92f42f8..def13f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.13.3](https://github.com/streamich/libreact/compare/v2.13.2...v2.13.3) (2020-06-15) + + +### Bug Fixes + +* 🐛 update tslib dependency ([7be746b](https://github.com/streamich/libreact/commit/7be746b)) + ## [2.13.2](https://github.com/streamich/libreact/compare/v2.13.1...v2.13.2) (2019-09-23) diff --git a/package.json b/package.json index 25151ec..9cce943 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libreact", - "version": "2.13.2", + "version": "2.13.3", "description": "React standard library", "main": "lib/index.js", "repository": {