From e5a877b3e1ceda679ef1c3d716af870852f75566 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 2 Mar 2019 15:56:22 +0000 Subject: [PATCH] chore(release): 14.0.0 [skip ci] # [14.0.0](https://github.com/typographist/core/compare/v13.2.0...v14.0.0) (2019-03-02) ### Code Refactoring * make utils ([fc074bf](https://github.com/typographist/core/commit/fc074bf)) ### BREAKING CHANGES * transferred functions of percentage, toEm, toPx, isNumeric, camelize, modularScale, normalizeString, toCebabCase, toRem, toSnakeCase to the utils file --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79c2afd..72cb870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [14.0.0](https://github.com/typographist/core/compare/v13.2.0...v14.0.0) (2019-03-02) + + +### Code Refactoring + +* make utils ([fc074bf](https://github.com/typographist/core/commit/fc074bf)) + + +### BREAKING CHANGES + +* transferred functions of +percentage, toEm, toPx, isNumeric, camelize, +modularScale, normalizeString, toCebabCase, +toRem, toSnakeCase to the utils file + # [13.2.0](https://github.com/typographist/core/compare/v13.1.3...v13.2.0) (2019-02-27) diff --git a/package.json b/package.json index 575b186..04f490e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@typographist/core", - "version": "13.2.0", + "version": "14.0.0", "description": "Core API for typographist", "main": "dist/lib/index.cjs.js", "module": "dist/es/index.es.js",