Skip to content

Commit

Permalink
Bump version number in CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanjli committed Jun 3, 2024
1 parent 9fb061b commit 00b9a76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ jobs:
- name: Upload dist
uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.os }}
path: dist
name: dist
path: dist/*.*
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.7.3 - 2024-06-03

### Added

Expand Down

0 comments on commit 00b9a76

Please sign in to comment.