diff --git a/packages/timestamp/CHANGELOG.md b/packages/timestamp/CHANGELOG.md index 9bdb2e1bb..f074ba4b2 100644 --- a/packages/timestamp/CHANGELOG.md +++ b/packages/timestamp/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@weave-design/timestamp-v1.1.0](https://github.com/Autodesk/hig/compare/@weave-design/timestamp@1.0.0...@weave-design/timestamp@1.1.0) (2023-10-05) + + +### Features + +* use Intl.RelativeTimeFormat() constructor ([1ef514e](https://github.com/Autodesk/hig/commit/1ef514e)) + # [@hig/timestamp-v2.3.0](https://github.com/Autodesk/hig/compare/%40hig/timestamp%402.2.0...feat/update-hig-tooltip) (2023-10-02) diff --git a/packages/timestamp/package.json b/packages/timestamp/package.json index 3cb8b9f10..a88502335 100644 --- a/packages/timestamp/package.json +++ b/packages/timestamp/package.json @@ -1,6 +1,6 @@ { "name": "@weave-design/timestamp", - "version": "1.0.0", + "version": "1.1.0", "description": "Weave Timestamp", "author": "Autodesk Inc.", "license": "Apache-2.0",