Skip to content

Commit 9703758

Browse files
author
keindev
committed
build: bump to v6.0.4
1 parent 560950c commit 9703758

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-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.3",
3+
"version": "6.0.4",
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: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,29 @@
55
<details>
66
<summary>Dependencies</summary>
77

8-
- Changed **[stdout-update](https://www.npmjs.com/package/stdout-update)** from `^3.0.3` to `^3.0.4`
9-
- Bumped **[chalk-template](https://www.npmjs.com/package/chalk-template)** from `^0.3.1` to `^0.4.0`
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`
1010

1111
</details>
1212

1313
<details>
1414
<summary>Dev Dependencies</summary>
1515

16-
- Changed **[@tagproject/docs-shared-config](https://www.npmjs.com/package/@tagproject/docs-shared-config)** from `^1.0.1` to `^1.0.2`
17-
- Changed **[@tagproject/ts-package-shared-config](https://www.npmjs.com/package/@tagproject/ts-package-shared-config)** from `^7.2.4` to `^7.3.0`
18-
- Changed **[@tagproject/vscode-shared-config](https://www.npmjs.com/package/@tagproject/vscode-shared-config)** from `^1.2.2` to `^1.2.3`
19-
- Changed **[@types/jest](https://www.npmjs.com/package/@types/jest)** from `^27.4.0` to `^27.4.1`
20-
- Changed **[@types/node](https://www.npmjs.com/package/@types/node)** from `^17.0.18` to `^17.0.21`
21-
- Changed **[@typescript-eslint/eslint-plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin)** from `^5.12.0` to `^5.15.0`
22-
- Changed **[@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser)** from `^5.12.0` to `^5.15.0`
23-
- Changed **[changelog-guru](https://www.npmjs.com/package/changelog-guru)** from `^4.0.2` to `^4.0.3`
24-
- Changed **[cspell](https://www.npmjs.com/package/cspell)** from `^5.18.5` to `^5.19.2`
25-
- Changed **[eslint](https://www.npmjs.com/package/eslint)** from `^8.9.0` to `^8.11.0`
26-
- Changed **[eslint-config-prettier](https://www.npmjs.com/package/eslint-config-prettier)** from `^8.3.0` to `^8.5.0`
27-
- Changed **[ghinfo](https://www.npmjs.com/package/ghinfo)** from `^3.0.3` to `^3.0.4`
28-
- Changed **[prettier](https://www.npmjs.com/package/prettier)** from `^2.5.1` to `^2.6.0`
29-
- Changed **[ts-node](https://www.npmjs.com/package/ts-node)** from `^10.5.0` to `^10.7.0`
30-
- Changed **[typescript](https://www.npmjs.com/package/typescript)** from `^4.5.5` to `^4.6.2`
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`
3131

3232
</details>
3333

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.3",
3+
"version": "6.0.4",
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)