Skip to content

Commit e78fff1

Browse files
committed
Bump to v3.18
1 parent 7519c63 commit e78fff1

2 files changed

Lines changed: 24 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [3.18] - 2025-03-15
5+
6+
### Documentation
7+
8+
- Update README.md docs (#127)
9+
10+
### Miscellaneous Tasks
11+
12+
- Add AI code review by using `hustcer/deepseek-review`
13+
- Bump `@types/node` from 22.12.0 to 22.13.0 (#128)
14+
- Bump `globby` from 14.0.2 to 14.1.0 (#129)
15+
- Bump `lefthook` from 1.10.10 to 1.11.0 (#130)
16+
- Bump `typescript` from 5.7.3 to 5.8.2 (#131)
17+
- Bump `shelljs` from 0.8.5 to 0.9.1 (#132)
18+
- Rebuild setup scripts
19+
20+
### Deps
21+
22+
- Upgrade `cspell` and `semver` (#124)
23+
- Upgrade `semver`,`@octokit/rest` and `@types/node`
24+
- Upgrade `@types/node`,`cspell` and `lefthook`
25+
426
## [3.17] - 2025-01-29
527

628
**Celebrate Chinese New Year with our festive update!** 🐉✨

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "setup-nu",
3-
"version": "3.17.0",
4-
"actionVer": "v3.17",
3+
"version": "3.18.0",
4+
"actionVer": "v3.18",
55
"description": "A Github Action to Setup a Nushell Environment to Run Nu Scripts or Commands",
66
"main": "dist/index.js",
77
"private": true,

0 commit comments

Comments
 (0)