github-issue-tower-defence-management 1.30.0 → 1.30.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -23,6 +23,6 @@ jobs:
|
|
|
23
23
|
- run: |
|
|
24
24
|
npx prettier --write "**/*.{md,yaml,yml,js}" --trailing-comma all --print-width 80 --single-quote true
|
|
25
25
|
git --no-pager diff
|
|
26
|
-
- uses: stefanzweifel/git-auto-commit-action@
|
|
26
|
+
- uses: stefanzweifel/git-auto-commit-action@v7
|
|
27
27
|
with:
|
|
28
28
|
commit_message: 'style: re-format / npx prettier --write "**/*.{md,yaml,yml,js}"'
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.30.1](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/compare/v1.30.0...v1.30.1) (2026-03-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency dotenv to v17 ([648278e](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/commit/648278ef003a6b291fe46739e8121fc4ae3272d1))
|
|
7
|
+
|
|
1
8
|
# [1.30.0](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/compare/v1.29.0...v1.30.0) (2026-03-09)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "github-issue-tower-defence-management",
|
|
3
|
-
"version": "1.30.
|
|
3
|
+
"version": "1.30.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "bin/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"cheerio": "^1.0.0",
|
|
78
78
|
"commander": "^14.0.0",
|
|
79
79
|
"cookie": "^1.0.1",
|
|
80
|
-
"dotenv": "^
|
|
80
|
+
"dotenv": "^17.0.0",
|
|
81
81
|
"gh-cookie": "^1.3.22",
|
|
82
82
|
"googleapis": "^146.0.0",
|
|
83
83
|
"typia": "^9.0.0",
|