diff --git a/.changeset/empty-mice-cry.md b/.changeset/empty-mice-cry.md deleted file mode 100644 index d54b6a3..0000000 --- a/.changeset/empty-mice-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@crbroughton/ts-test-utils": patch ---- - -Simplify unit tests for each of the helper types diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d84b60..3205e6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @crbroughton/ts-test-utils +## 0.6.2 + +### Patch Changes + +- 0b06d6e: Simplify unit tests for each of the helper types + ## 0.6.1 ### Patch Changes diff --git a/package.json b/package.json index 39a5b97..4d4e9d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@crbroughton/ts-test-utils", "type": "module", - "version": "0.6.1", + "version": "0.6.2", "description": "A collection of testing helper types", "author": "Craig R Broughton", "license": "MIT",