Skip to content

Commit

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

## [3.13] - 2024-09-07

### Features

- Add `aarch64_linux` and `aarch64_windows` runners support

### Deps

- Upgrade @octokit/rest,globby,@biomejs/biome,lefthook, etc.
- Upgrade semver,lefthook,@octokit/rest and @typescript-eslint/*

## [3.12] - 2024-06-27

### Bug Fixes
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.12.0",
"actionVer": "v3.12",
"version": "3.13.0",
"actionVer": "v3.13",
"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 5dfe3b1

Please sign in to comment.