From bff7b4a25882fda64a72044680464078b3cef489 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Feb 2019 09:00:25 +0000 Subject: [PATCH] chore(release): 2.12.1 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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": {