Skip to content

Commit

Permalink
ref: version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeronimo97 committed Jul 28, 2024
1 parent f580834 commit 7f388df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: endswith(github.ref_name, 'master') && github.ref_protected && github.ref_type == 'branch'
runs-on: ubuntu-latest
env:
APPVEYOR_BUILD_VERSION: '3.2.2'
APPVEYOR_BUILD_VERSION: '3.2.3'
CURSETOKEN: ${{ secrets.CURSETOKEN }}
steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.14.4 - 3.2.3]

* feat: add item damage
* ref: update linkable api

## [1.14.4 - 3.2.2]

* rem: debug output
Expand Down

0 comments on commit 7f388df

Please sign in to comment.