Skip to content

Commit 2eb6d91

Browse files
authored
release: tutils@6.0.0-alpha.13 (#337)
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent f337c9b commit 2eb6d91

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
# DIRECTORIES & FILES
55
**/*.snap
66
**/*config.*.timestamp*
7+
**/.DS_Store
78
**/__tests__/report.json
89
**/coverage/
10+
**/.temp/
911
**/dist/
1012
**/node_modules/
1113
**/tsconfig*temp.json

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## [tutils@6.0.0-alpha.13](https://github.com/flex-development/tutils/compare/tutils@6.0.0-alpha.12...tutils@6.0.0-alpha.13) (2023-07-30)
2+
3+
4+
### :package: Build
5+
6+
* **deps-dev:** Bump @arethetypeswrong/cli from 0.4.2 to 0.7.0 ([#329](https://github.com/flex-development/tutils/issues/329)) ([93c6de5](https://github.com/flex-development/tutils/commit/93c6de5f1a8b92cb767191a5dd2a68491a76432d))
7+
* **deps-dev:** Bump @flex-development/esm-types from 1.0.0 to 2.0.0 ([#331](https://github.com/flex-development/tutils/issues/331)) ([4a06af9](https://github.com/flex-development/tutils/commit/4a06af94b172c66b1ce904f15954bdae534f92e4))
8+
* **deps-dev:** Bump chai from 5.0.0-alpha.0 to 5.0.0-alpha.1 ([#330](https://github.com/flex-development/tutils/issues/330)) ([1d77da6](https://github.com/flex-development/tutils/commit/1d77da6ffadc55320d8bf28bee8fd4c946ac4241))
9+
* **deps-dev:** Bump esbuild from 0.18.11 to 0.18.17 ([#336](https://github.com/flex-development/tutils/issues/336)) ([e52febb](https://github.com/flex-development/tutils/commit/e52febb702abe82b513c34811a3726725688033c))
10+
* **deps-dev:** Bump eslint-config-prettier from 8.8.0 to 8.9.0 ([#332](https://github.com/flex-development/tutils/issues/332)) ([0b419d3](https://github.com/flex-development/tutils/commit/0b419d3483b6ecc2e2701cc1f588190c2af9ad8b))
11+
* **deps-dev:** Bump eslint-plugin-markdown from 3.0.0 to 3.0.1 ([#335](https://github.com/flex-development/tutils/issues/335)) ([fac58c7](https://github.com/flex-development/tutils/commit/fac58c7483ccdcf8e6d4289a8c8762419dfb8c61))
12+
* **deps-dev:** Bump vite from 4.4.4 to 4.4.7 ([#333](https://github.com/flex-development/tutils/issues/333)) ([9526543](https://github.com/flex-development/tutils/commit/9526543de05b5e77b5b0f427956fd9ea7340bdd4))
13+
14+
15+
### :robot: Continuous Integration
16+
17+
* [[@dependabot](https://github.com/dependabot)] update conventional-changelog group ([ed6264e](https://github.com/flex-development/tutils/commit/ed6264e3e82cc32f2b8a44ff096079c11c5f216c))
18+
19+
20+
### :bug: Fixes
21+
22+
* **utils:** [`clone`] Clone is not a constructor ([f337c9b](https://github.com/flex-development/tutils/commit/f337c9b04fb65c64a9e77f5983b7480a9363d41c))
23+
* **utils:** [`isBuffer`] cannot destructure property 'isBuffer' ([66c9298](https://github.com/flex-development/tutils/commit/66c929807a0b6d3cddf1f4779096ac6b3ed97530))
24+
25+
26+
### :house_with_garden: Housekeeping
27+
28+
* [prettier] load plugins via config file ([90befbd](https://github.com/flex-development/tutils/commit/90befbd07404e9eba0184fe7e1c714586d92038b))
29+
130
## [tutils@6.0.0-alpha.12](https://github.com/flex-development/tutils/compare/tutils@6.0.0-alpha.11...tutils@6.0.0-alpha.12) (2023-07-26)
231

332

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.12",
4+
"version": "6.0.0-alpha.13",
55
"keywords": [
66
"deep",
77
"definitions",

0 commit comments

Comments
 (0)