From 5af4bfd439325a21f35266080e31ec18beb68f92 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 Jul 2019 00:31:12 +0000 Subject: [PATCH] chore(release): 21.0.1 [skip ci] ## [21.0.1](https://github.com/typographist/core/compare/v21.0.0...v21.0.1) (2019-07-26) ### Bug Fixes * **scripts:** add lint:all and pretty ([e6b69b1](https://github.com/typographist/core/commit/e6b69b1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64083f8..b7dad13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [21.0.1](https://github.com/typographist/core/compare/v21.0.0...v21.0.1) (2019-07-26) + + +### Bug Fixes + +* **scripts:** add lint:all and pretty ([e6b69b1](https://github.com/typographist/core/commit/e6b69b1)) + # [21.0.0](https://github.com/typographist/core/compare/v20.0.0...v21.0.0) (2019-07-21) diff --git a/package.json b/package.json index bfca532..99e7dc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@typographist/core", - "version": "21.0.0", + "version": "21.0.1", "description": "Core API for typographist", "main": "dist/lib/index.cjs.js", "module": "dist/es/index.es.js",