From 959e19cc0d7444030c152a7e902dc6270a108992 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 10 Nov 2019 09:11:56 +0000 Subject: [PATCH] chore(release): 23.0.2 [skip ci] ## [23.0.2](https://github.com/typographist/core/compare/v23.0.1...v23.0.2) (2019-11-10) ### Bug Fixes * fix types for ratios ([29eb845](https://github.com/typographist/core/commit/29eb845)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f133d6..15b7ca9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [23.0.2](https://github.com/typographist/core/compare/v23.0.1...v23.0.2) (2019-11-10) + + +### Bug Fixes + +* fix types for ratios ([29eb845](https://github.com/typographist/core/commit/29eb845)) + ## [23.0.1](https://github.com/typographist/core/compare/v23.0.0...v23.0.1) (2019-11-08) diff --git a/package.json b/package.json index 836d00f..cb76625 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@typographist/core", - "version": "23.0.1", + "version": "23.0.2", "description": "Core API for typographist", "main": "./src/index.js", "types": "./src/index.d.ts",