Skip to content

Commit

Permalink
Bump to v3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Nov 13, 2024
1 parent 8eefcb3 commit c6d9051
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.16] - 2024-11-13

### Miscellaneous Tasks

- Fix some typos
- Add `cspell` check hook for lefthook (#116)
- Use `hustcer/milestone-action` to set milestone to merged PRs or closed issues automatically (#115)

### Deps

- Upgrade `cspell` and `lefthook` (#117)

## [3.15] - 2024-10-25

### Miscellaneous Tasks
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "setup-nu",
"version": "3.15.0",
"actionVer": "v3.15",
"version": "3.16.0",
"actionVer": "v3.16",
"description": "A Github Action to Setup a Nushell Environment to Run Nu Scripts or Commands",
"main": "dist/index.js",
"private": true,
Expand Down

0 comments on commit c6d9051

Please sign in to comment.