diff --git a/.changeset/friendly-jobs-unite.md b/.changeset/friendly-jobs-unite.md deleted file mode 100644 index 7b55bae..0000000 --- a/.changeset/friendly-jobs-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@crbroughton/ts-test-utils": minor ---- - -Add the Position type - Returns a type in the given position of an array diff --git a/.changeset/red-apples-grow.md b/.changeset/red-apples-grow.md deleted file mode 100644 index 8dfb121..0000000 --- a/.changeset/red-apples-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@crbroughton/ts-test-utils": minor ---- - -Add the Length type - Check a given types length diff --git a/CHANGELOG.md b/CHANGELOG.md index d61447c..3a26786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @crbroughton/ts-test-utils +## 0.3.0 + +### Minor Changes + +- 6cffcb4: Add the Position type - Returns a type in the given position of an array +- a1ca1ff: Add the Length type - Check a given types length + ## 0.2.0 ### Minor Changes diff --git a/package.json b/package.json index 8963c6c..2b20414 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@crbroughton/ts-test-utils", "type": "module", - "version": "0.2.0", + "version": "0.3.0", "description": "A collection of testing helper types", "author": "Craig R Broughton", "license": "MIT",