Skip to content

Commit

Permalink
feat: 🔖 0.1.0 - Initial Release
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBroughton committed Apr 17, 2024
1 parent 14574a6 commit a334fde
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-eagles-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-ties-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-feet-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-dingos-call.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @crbroughton/ts-test-utils

## 0.1.0

### Minor Changes

- 99a88c6: Add the Assignable type - Check one type is assignable to another
- e10315e: Add the Includes type - Check if a type is included in another type
- 5566ad6: Add the Extends type - Check if one type extends from another
- 67001ad: Add the excludes type -Check if a type excludes another type
5 changes: 3 additions & 2 deletions 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.0.1",
"version": "0.1.0",
"description": "A collection of testing helper types",
"author": "Craig R Broughton",
"license": "MIT",
Expand All @@ -27,7 +27,8 @@
"lint:fix": "eslint . --fix",
"changeset": "npx changeset",
"changeset:status": "npx changeset status --verbose",
"changeset:version": "npx changeset version"
"changeset:version": "npx changeset version",
"publish": "bun run build && npm publish --access=public"
},
"peerDependencies": {
"typescript": "^5.0.0"
Expand Down

0 comments on commit a334fde

Please sign in to comment.