From 80f1a3cecfd5cca9651eb71125e7b17a6ab6580b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 12 Nov 2019 15:59:18 +0000 Subject: [PATCH] chore(release): 5.1.0 [skip ci] # [5.1.0](https://github.com/typographist/postcss/compare/v5.0.4...v5.1.0) (2019-11-12) ### Features * add ratios ([12940bb](https://github.com/typographist/postcss/commit/12940bb980dce94a5953df2ed18440fa87a6d79a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index defcc94..1f8840a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.1.0](https://github.com/typographist/postcss/compare/v5.0.4...v5.1.0) (2019-11-12) + + +### Features + +* add ratios ([12940bb](https://github.com/typographist/postcss/commit/12940bb980dce94a5953df2ed18440fa87a6d79a)) + ## [5.0.4](https://github.com/typographist/postcss/compare/v5.0.3...v5.0.4) (2019-10-13) diff --git a/package.json b/package.json index 965d13e..e954df3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@typographist/postcss", - "version": "5.0.4", + "version": "5.1.0", "description": "Toolkit for the rapid construction of interfaces with high quality typography.", "main": "index.js", "scripts": {