Skip to content

Commit 2a5f8fd

Browse files
committed
Bump to v3.15
1 parent 4b49a55 commit 2a5f8fd

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

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

4+
## [3.15] - 2024-10-25
5+
6+
### Miscellaneous Tasks
7+
8+
- Add milestone.yaml
9+
- Add more nu release to workflows
10+
- Simplify console output for plugin registering (#113)
11+
12+
### Deps
13+
14+
- Upgrade typescript,@vercel/ncc,biomejs and @typescript-eslint/*
15+
- Upgrade @actions/core to 1.11.1
16+
- Use actions/checkout@v4
17+
- Upgrade typescript and @typescript-eslint/* (#109)
18+
- Use biomejs instead of eslint for code linting (#111)
19+
- Upgrade @biomejs/biome and lefthook
20+
421
## [3.13] - 2024-09-07
522

623
### Features

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.13.0",
4-
"actionVer": "v3.13",
3+
"version": "3.15.0",
4+
"actionVer": "v3.15",
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)