diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a7324e..3924111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## 1.7.1 - 2020-01-03 - Add type definitions for new ES6 export for TS users ## 1.7.0 - 2020-01-03 diff --git a/package.json b/package.json index 46622d9..8b76dfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-colors", - "version": "1.7.0", + "version": "1.7.1", "description": "Authoritative color variables for Esri", "private": false, "homepage": "https://github.com/Esri/calcite-colors",