Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
update again
Browse files Browse the repository at this point in the history
  • Loading branch information
2jammers committed Sep 8, 2024
1 parent d751e4d commit ec31431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: wally install

- name: Generate sourcemap
run: argon sourcemap standalone.project.json --output standalone.project.json
run: argon sourcemap standalone.project.json --output sourcemap.json

- name: Generate package types
run: wally-package-types --sourcemap sourcemap.json Packages
Expand Down
5 changes: 1 addition & 4 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2024-09-08

### Fixed

- Fixed issues with wally package types
Expand All @@ -33,7 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release! 🥳

[unreleased]: https://github.com/luminlabsdev/net/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/luminlabsdev/net/compare/v0.2.0...v0.3.0
[unreleased]: https://github.com/luminlabsdev/net/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/luminlabsdev/net/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/luminlabsdev/net/compare/54e6996b9825a91f9cc70fd2ccf9721db831df32...v0.1.0

0 comments on commit ec31431

Please sign in to comment.