Skip to content

Commit

Permalink
chore(main): release 2.1.0 (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed May 8, 2024
1 parent 59fa707 commit a74d1a0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.1.0](https://github.com/justinlettau/ts-util-is/compare/v2.0.2...v2.1.0) (2024-05-07)


### Features

* Add `isNegativeNumber`, `isPositiveNumber`, and `isNonZeroNumber` ([#67](https://github.com/justinlettau/ts-util-is/issues/67)) ([3133ab8](https://github.com/justinlettau/ts-util-is/commit/3133ab86bb3def75e7ef6e73c576cf34095076b3))
* add `isNonEmptyString` ([#66](https://github.com/justinlettau/ts-util-is/issues/66)) ([59fa707](https://github.com/justinlettau/ts-util-is/commit/59fa7078f54b5868673adb87364e0cfa8bcd6678))

## [2.0.2](https://github.com/justinlettau/ts-util-is/compare/v2.0.1...v2.0.2) (2023-06-26)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-util-is",
"version": "2.0.2",
"version": "2.1.0",
"description": "TypeScript typeof utility helper with no dependencies.",
"keywords": [
"typescript",
Expand Down

0 comments on commit a74d1a0

Please sign in to comment.