Skip to content

Commit 0000000

Browse files
committed
Bump v3.17 for Chinese New Year
1 parent cbe49eb commit 0000000

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

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

4+
## [3.17] - 2025-01-29
5+
6+
**Celebrate Chinese New Year with our festive update!** 🐉✨
7+
8+
May prosperity glow brighter and workflows soar higher! 🎇
9+
10+
**Cheers to innovation, luck, and new beginnings!** 🧧🎉
11+
12+
### Miscellaneous Tasks
13+
14+
- Cleanup Github workflows (#119)
15+
- Add `ubuntu-22.04-arm` runner test (#122)
16+
- Add more debug info while setting up `nushell`
17+
- Add use Nu Modules by setting `NU_LIB_DIRS` constant example to README.md
18+
19+
### Deps
20+
21+
- Upgrade `@vercel/ncc`, `lefthook` and `typescript`
22+
- Upgrade `cspell`, `@octokit/rest` and `@actions/tool-cache`
23+
424
## [3.16] - 2024-11-13
525

626
### Miscellaneous Tasks

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.16.0",
4-
"actionVer": "v3.16",
3+
"version": "3.17.0",
4+
"actionVer": "v3.17",
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)