Skip to content

Commit 0a964d8

Browse files
committed
feat: 🔖 0.3.0 - Add the Length and Position helpers
1 parent 96606f2 commit 0a964d8

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/friendly-jobs-unite.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/red-apples-grow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @crbroughton/ts-test-utils
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 6cffcb4: Add the Position type - Returns a type in the given position of an array
8+
- a1ca1ff: Add the Length type - Check a given types length
9+
310
## 0.2.0
411

512
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@crbroughton/ts-test-utils",
33
"type": "module",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"description": "A collection of testing helper types",
66
"author": "Craig R Broughton",
77
"license": "MIT",

0 commit comments

Comments
 (0)