From 977b4c9e0fd73cf45874a92fdcf8f1a188f57e54 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 6 Oct 2020 11:09:49 +0000 Subject: [PATCH] chore(release): 1.3.2 [skip ci] ## [1.3.2](https://github.com/alfa-laboratory/bem-react-classname/compare/v1.3.1...v1.3.2) (2020-10-06) ### Bug Fixes * adds fix for package.json version ([7389d47](https://github.com/alfa-laboratory/bem-react-classname/commit/7389d47c7ad66bd302b687cf9325a21b577b72d3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce1aba1..292a516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.2](https://github.com/alfa-laboratory/bem-react-classname/compare/v1.3.1...v1.3.2) (2020-10-06) + + +### Bug Fixes + +* adds fix for package.json version ([7389d47](https://github.com/alfa-laboratory/bem-react-classname/commit/7389d47c7ad66bd302b687cf9325a21b577b72d3)) + ## [1.3.1](https://github.com/alfa-laboratory/bem-react-classname/compare/v1.3.0...v1.3.1) (2020-10-06) diff --git a/package.json b/package.json index 4c47a44..c30343b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bem-react-classname", - "version": "1.2.1", + "version": "1.3.2", "main": "index.js", "license": "MIT", "description": "BEM class names generator created to use with React",