diff --git a/CHANGELOG.md b/CHANGELOG.md index bbcde015..fe78e34d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.4.4] +### Changed +- Add types and documentation to DS code library ([#61](https://github.com/MetaMask/design-tokens/pull/61)) + ## [1.4.3] ### Changed - Fixing secondary default color for CSS in JS ([#57](https://github.com/MetaMask/design-tokens/pull/57)) @@ -46,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Initial release. -[Unreleased]: https://github.com/MetaMask/design-tokens/compare/v1.4.3...HEAD +[Unreleased]: https://github.com/MetaMask/design-tokens/compare/v1.4.4...HEAD +[1.4.4]: https://github.com/MetaMask/design-tokens/compare/v1.4.3...v1.4.4 [1.4.3]: https://github.com/MetaMask/design-tokens/compare/v1.4.2...v1.4.3 [1.4.2]: https://github.com/MetaMask/design-tokens/compare/v1.4.1...v1.4.2 [1.4.1]: https://github.com/MetaMask/design-tokens/compare/v1.4.0...v1.4.1 diff --git a/package.json b/package.json index 660e7e2c..44a30714 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/design-tokens", - "version": "1.4.3", + "version": "1.4.4", "description": "Design tokens to be used throughout MetaMask products.", "keywords": [ "MetaMask",