diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ba697e8..ee2ea535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.0.4](https://github.com/forcedotcom/ts-types/compare/2.0.3...2.0.4) (2023-07-02) + + +### Bug Fixes + +* **deps:** bump tslib from 2.5.3 to 2.6.0 ([87ed10d](https://github.com/forcedotcom/ts-types/commit/87ed10d09458a472900f7e700b950071648e72d8)) + + + ## [2.0.3](https://github.com/forcedotcom/ts-types/compare/2.0.2...2.0.3) (2023-06-03) diff --git a/package.json b/package.json index c4055528..f63247ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/ts-types", - "version": "2.0.3", + "version": "2.0.4", "description": "Types and related utilities for TypeScript", "main": "lib/index.js", "repository": "forcedotcom/ts-types", @@ -129,4 +129,4 @@ "output": [] } } -} +} \ No newline at end of file