From b15085b2b9165b9d578ae3a2e1fb3729985d7d75 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 12 Nov 2019 18:52:12 +0000 Subject: [PATCH] chore(release): 5.1.1 [skip ci] ## [5.1.1](https://github.com/typographist/postcss/compare/v5.1.0...v5.1.1) (2019-11-12) ### Bug Fixes * fix function "calcMaxWidth" ([5d80431](https://github.com/typographist/postcss/commit/5d804318fb1fdd25d9852faf5458002c3847d6dd)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f8840a..3b74693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.1.1](https://github.com/typographist/postcss/compare/v5.1.0...v5.1.1) (2019-11-12) + + +### Bug Fixes + +* fix function "calcMaxWidth" ([5d80431](https://github.com/typographist/postcss/commit/5d804318fb1fdd25d9852faf5458002c3847d6dd)) + # [5.1.0](https://github.com/typographist/postcss/compare/v5.0.4...v5.1.0) (2019-11-12) diff --git a/package.json b/package.json index b9759ff..cf4c43c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@typographist/postcss", - "version": "5.1.0", + "version": "5.1.1", "description": "Toolkit for the rapid construction of interfaces with high quality typography.", "main": "index.js", "scripts": {