Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and unional committed Mar 20, 2023
1 parent 23fd42a commit 27072d4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/cold-cheetahs-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-hats-hug.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## [4.18.1](https://github.com/unional/type-plus/compare/v4.18.0...v4.18.1) (2022-12-09)

## 6.2.0

### Minor Changes

- bc82e907: Fix number types to support `never` correctly.

Add `IsInteger`, `Positive`.

### Patch Changes

- 23fd42a3: Fix `NumberType` to handle `any` and union.

## 6.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "type-plus",
"version": "6.1.0",
"version": "6.2.0",
"description": "Provides additional types for TypeScript.",
"homepage": "https://github.com/unional/type-plus",
"bugs": {
Expand Down

0 comments on commit 27072d4

Please sign in to comment.