Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Sep 20, 2024
1 parent 672e77e commit 01b5ea9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Version [5.0.1](https://github.com/cedx/setup-hashlink/compare/v5.0.0...v5.0.1)
- Updated the Linux/macOS compilation step.

## Version [5.0.0](https://github.com/cedx/setup-hashlink/compare/v4.0.2...v5.0.0)
- Ported the source code to [Haxe](https://haxe.org).

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Setup HashLink VM
![Node.js](https://badgen.net/badge/node/%3E%3D20.0.0/green) ![Action](https://badgen.net/badge/action/v5.0.1/blue) ![License](https://badgen.net/badge/license/MIT/blue)
![Node.js](https://badgen.net/badge/node/%3E%3D20.0.0/green) ![Action](https://badgen.net/badge/action/v5.1.0/blue) ![License](https://badgen.net/badge/license/MIT/blue)

Set up your [GitHub Actions](https://docs.github.com/en/actions) workflow with a specific version of the [HashLink VM](https://hashlink.haxe.org).

Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"description": "Set up your GitHub Actions workflow with a specific version of the HashLink VM.",
"license": "MIT",
"name": "setup_hashlink",
"releasenote": "Ported the source code to Haxe.",
"releasenote": "Updated the Linux/macOS compilation step.",
"tags": ["action", "ci", "github", "hashlink", "test", "vm", "workflow"],
"url": "https://github.com/cedx/setup-hashlink",
"version": "5.0.1"
"version": "5.1.0"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"private": true,
"repository": "cedx/setup-hashlink",
"type": "commonjs",
"version": "5.0.1",
"version": "5.1.0",
"author": {
"email": "cedric@belin.io",
"name": "Cédric Belin",
Expand Down

0 comments on commit 01b5ea9

Please sign in to comment.