Skip to content

Commit

Permalink
feat: 🔖 0.3.0 - Add the Length and Position helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBroughton committed Apr 22, 2024
1 parent 96606f2 commit 0a964d8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-jobs-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-apples-grow.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0a964d8

Please sign in to comment.