diff --git a/CHANGELOG.md b/CHANGELOG.md index 51d91cba..fa928ca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.12.1](https://github.com/streamich/libreact/compare/v2.12.0...v2.12.1) (2019-02-08) + + +### Bug Fixes + +* example referred to incorrect component ([cfa0671](https://github.com/streamich/libreact/commit/cfa0671)) + # [2.12.0](https://github.com/streamich/libreact/compare/v2.11.0...v2.12.0) (2019-02-05) diff --git a/package.json b/package.json index 9cb23853..afc04ef7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libreact", - "version": "2.12.0", + "version": "2.12.1", "description": "React standard library", "main": "lib/index.js", "repository": {