Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware authored Aug 15, 2023
1 parent 2ddcc71 commit 81cab3d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [[email protected]](https://github.com/flex-development/tutils/compare/[email protected]@6.0.0-alpha.21) (2023-08-14)


### :package: Build

* **deps-dev:** Bump esbuild from 0.19.0 to 0.19.2 ([#376](https://github.com/flex-development/tutils/issues/376)) ([b1396fd](https://github.com/flex-development/tutils/commit/b1396fdbc29669d223db52e73e2a2762a14479ec))
* **deps-dev:** Bump eslint from 8.46.0 to 8.47.0 ([#373](https://github.com/flex-development/tutils/issues/373)) ([c444efe](https://github.com/flex-development/tutils/commit/c444efe65ad689902c1cfbb3f717c810786bcfc7))
* **deps-dev:** Bump lint-staged from 13.2.3 to 14.0.0 ([#375](https://github.com/flex-development/tutils/issues/375)) ([05eecfa](https://github.com/flex-development/tutils/commit/05eecfa0f3e99a885e01bf2677acef85cadd3f52))


### :sparkles: Features

* **types:** [`Booleanish`] add `'0'`, `'1'`, `'n'`, and `'y'` ([b1f14b1](https://github.com/flex-development/tutils/commit/b1f14b1a7307a61cdbd1b60b465a3a049411abc0))
* **utils:** [`isBooleanish`] check for `'0'`, `'1'`, `'n'`, and `'y'` ([2ddcc71](https://github.com/flex-development/tutils/commit/2ddcc71cebc4df8cb08bebc23faf63f40818f252))

## [[email protected]](https://github.com/flex-development/tutils/compare/[email protected]@6.0.0-alpha.20) (2023-08-13)


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": "@flex-development/tutils",
"description": "TypeScript-friendly utilities",
"version": "6.0.0-alpha.20",
"version": "6.0.0-alpha.21",
"keywords": [
"clone",
"deep",
Expand Down

0 comments on commit 81cab3d

Please sign in to comment.