Skip to content

Commit 81cab3d

Browse files
authored
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 2ddcc71 commit 81cab3d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [[email protected]](https://github.com/flex-development/tutils/compare/[email protected]@6.0.0-alpha.21) (2023-08-14)
2+
3+
4+
### :package: Build
5+
6+
* **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))
7+
* **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))
8+
* **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))
9+
10+
11+
### :sparkles: Features
12+
13+
* **types:** [`Booleanish`] add `'0'`, `'1'`, `'n'`, and `'y'` ([b1f14b1](https://github.com/flex-development/tutils/commit/b1f14b1a7307a61cdbd1b60b465a3a049411abc0))
14+
* **utils:** [`isBooleanish`] check for `'0'`, `'1'`, `'n'`, and `'y'` ([2ddcc71](https://github.com/flex-development/tutils/commit/2ddcc71cebc4df8cb08bebc23faf63f40818f252))
15+
116
## [[email protected]](https://github.com/flex-development/tutils/compare/[email protected]@6.0.0-alpha.20) (2023-08-13)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/tutils",
33
"description": "TypeScript-friendly utilities",
4-
"version": "6.0.0-alpha.20",
4+
"version": "6.0.0-alpha.21",
55
"keywords": [
66
"clone",
77
"deep",

0 commit comments

Comments
 (0)