Skip to content

Commit

Permalink
chore(main): release 1.3.0 (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 17, 2024
1 parent 31e56c6 commit 706220d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.3.0](https://github.com/beat-forge/init-beatsaber/compare/v1.2.1...v1.3.0) (2024-07-17)


### Features

* switch from file downloading to branch downloading ([31da1cd](https://github.com/beat-forge/init-beatsaber/commit/31da1cdd178cc22d7ef5ffc51b7fdcc101ebe29c))


### Bug Fixes

* update tar extraction to filter only 'data/' paths ([bd649f8](https://github.com/beat-forge/init-beatsaber/commit/bd649f83772e8f77c1dd6219a62402a3be75ccb0))
* update tar extraction to filter only 'data/' paths and use `version` instead of `versions`. ([6c5ce9c](https://github.com/beat-forge/init-beatsaber/commit/6c5ce9c8ae497572b7ea5dc985ff431549bb9ae8))

## [1.2.1](https://github.com/beat-forge/init-beatsaber/compare/v1.2.0...v1.2.1) (2023-09-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "init-beatsaber",
"description": "A GitHub Action to initialize a Beat Saber modding environment",
"version": "1.2.1",
"version": "1.3.0",
"author": "BeatForge",
"private": true,
"type": "module",
Expand Down

0 comments on commit 706220d

Please sign in to comment.