From fbb3eb42a10f4060916875c24af79edff85d8bf1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 21 Jul 2019 13:14:39 +0000 Subject: [PATCH] chore(release): 21.0.0 [skip ci] # [21.0.0](https://github.com/typographist/core/compare/v20.0.0...v21.0.0) (2019-07-21) ### Continuous Integration * **travis:** remove node.js 8 ([070d743](https://github.com/typographist/core/commit/070d743)) ### BREAKING CHANGES * **travis:** remove node.js 8 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6090baf..64083f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [21.0.0](https://github.com/typographist/core/compare/v20.0.0...v21.0.0) (2019-07-21) + + +### Continuous Integration + +* **travis:** remove node.js 8 ([070d743](https://github.com/typographist/core/commit/070d743)) + + +### BREAKING CHANGES + +* **travis:** remove node.js 8 + # [20.0.0](https://github.com/typographist/core/compare/v19.1.1...v20.0.0) (2019-06-26) diff --git a/package.json b/package.json index c785bd7..bbde206 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@typographist/core", - "version": "20.0.0", + "version": "21.0.0", "description": "Core API for typographist", "main": "dist/lib/index.cjs.js", "module": "dist/es/index.es.js",