Skip to content

Commit 7653977

Browse files
author
keindev
committed
build: bump to v6.0.5
1 parent 4a5bb21 commit 7653977

File tree

3 files changed

+22
-19
lines changed

3 files changed

+22
-19
lines changed

.ghinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tasktree-cli",
3-
"version": "6.0.4",
3+
"version": "6.0.5",
44
"description": "Simple terminal task tree - helps you keep track of your tasks in a tree structure.",
55
"keywords": [
66
"ascii",

CHANGELOG.md

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,35 @@
55
<details>
66
<summary>Dependencies</summary>
77

8-
- Changed **[figures](https://www.npmjs.com/package/figures)** from `^4.0.0` to `^4.0.1`
9-
- Changed **[stdout-update](https://www.npmjs.com/package/stdout-update)** from `^3.0.4` to `^3.0.5`
8+
- Changed **[stdout-update](https://www.npmjs.com/package/stdout-update)** from `^3.0.5` to `^3.0.6`
109

1110
</details>
1211

1312
<details>
1413
<summary>Dev Dependencies</summary>
1514

16-
- Changed **[@tagproject/docs-shared-config](https://www.npmjs.com/package/@tagproject/docs-shared-config)** from `^1.0.2` to `^1.0.4`
17-
- Changed **[@tagproject/ts-package-shared-config](https://www.npmjs.com/package/@tagproject/ts-package-shared-config)** from `^7.3.0` to `^7.3.3`
18-
- Changed **[@tagproject/vscode-shared-config](https://www.npmjs.com/package/@tagproject/vscode-shared-config)** from `^1.2.3` to `^1.2.5`
19-
- Changed **[@types/node](https://www.npmjs.com/package/@types/node)** from `^17.0.21` to `^17.0.23`
20-
- Changed **[@typescript-eslint/eslint-plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin)** from `^5.15.0` to `^5.18.0`
21-
- Changed **[@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser)** from `^5.15.0` to `^5.18.0`
22-
- Changed **[changelog-guru](https://www.npmjs.com/package/changelog-guru)** from `^4.0.3` to `^4.0.4`
23-
- Changed **[cspell](https://www.npmjs.com/package/cspell)** from `^5.19.2` to `^5.19.5`
24-
- Changed **[eslint](https://www.npmjs.com/package/eslint)** from `^8.11.0` to `^8.12.0`
25-
- Changed **[eslint-plugin-jest](https://www.npmjs.com/package/eslint-plugin-jest)** from `^26.1.1` to `^26.1.3`
26-
- Changed **[ghinfo](https://www.npmjs.com/package/ghinfo)** from `^3.0.4` to `^3.0.5`
27-
- Changed **[prettier](https://www.npmjs.com/package/prettier)** from `^2.6.0` to `^2.6.2`
28-
- Changed **[ts-jest](https://www.npmjs.com/package/ts-jest)** from `^27.1.3` to `^27.1.4`
29-
- Changed **[typescript](https://www.npmjs.com/package/typescript)** from `^4.6.2` to `^4.6.3`
30-
- Bumped **[figma-portal](https://www.npmjs.com/package/figma-portal)** from `^0.11.0` to `^1.0.0`
15+
- Changed **[@types/node](https://www.npmjs.com/package/@types/node)** from `^17.0.23` to `^17.0.25`
16+
- Changed **[@typescript-eslint/eslint-plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin)** from `^5.18.0` to `^5.20.0`
17+
- Changed **[@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser)** from `^5.18.0` to `^5.20.0`
18+
- Changed **[changelog-guru](https://www.npmjs.com/package/changelog-guru)** from `^4.0.4` to `^4.0.5`
19+
- Changed **[cspell](https://www.npmjs.com/package/cspell)** from `^5.19.5` to `^5.19.7`
20+
- Changed **[eslint](https://www.npmjs.com/package/eslint)** from `^8.12.0` to `^8.13.0`
21+
- Changed **[eslint-plugin-import](https://www.npmjs.com/package/eslint-plugin-import)** from `^2.25.4` to `^2.26.0`
22+
- Changed **[eslint-plugin-jest](https://www.npmjs.com/package/eslint-plugin-jest)** from `^26.1.3` to `^26.1.4`
23+
- Changed **[figma-portal](https://www.npmjs.com/package/figma-portal)** from `^1.0.0` to `^1.0.1`
24+
- Bumped **[@tagproject/ts-package-shared-config](https://www.npmjs.com/package/@tagproject/ts-package-shared-config)** from `^7.3.3` to `^9.0.7`
25+
- Bumped **[@tagproject/vscode-shared-config](https://www.npmjs.com/package/@tagproject/vscode-shared-config)** from `^1.2.5` to `^2.0.0`
3126

3227
</details>
3328

29+
# :bug: Bug Fixes
30+
31+
- Fix ESM imports/exports [`42d4091`](https://github.com/keindev/tasktree/commit/42d4091af12335be1974f14f64bbee7226a02b19)
32+
33+
# :memo: Internal changes
34+
35+
- Fix example import [`d35c711`](https://github.com/keindev/tasktree/commit/d35c711cc2cfc6319c341c34c57e7d216eee95da)
36+
3437
---
3538

3639
# Contributors

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tasktree-cli",
3-
"version": "6.0.4",
3+
"version": "6.0.5",
44
"description": "Simple terminal task tree - helps you keep track of your tasks in a tree structure.",
55
"license": "MIT",
66
"homepage": "https://github.com/keindev/tasktree#readme",

0 commit comments

Comments
 (0)