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",