Skip to content

Commit 0025bc8

Browse files
chore: update changelog for v0.19.1
1 parent 3712b6c commit 0025bc8

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,10 @@ jobs:
2222
registry-url: 'https://registry.npmjs.org/'
2323
- run: pnpm i
2424
- run: node --run build
25-
2625
- run: pnpm rk release-note --version ${{ github.ref_name }}
26+
- run: pnpm version from-git --no-git-tag-version
27+
- run: pnpm publish --no-git-checks
2728
- uses: softprops/action-gh-release@v1
2829
if: startsWith(github.ref, 'refs/tags/')
2930
with:
3031
body_path: ./release-note.md
31-
32-
- run: pnpm version from-git --no-git-tag-version
33-
- run: pnpm publish --no-git-checks
34-
env:
35-
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.19.1] - 2025-12-18
11+
### Fixed
12+
- Improve file waiting mechanism in EmulatorFileSystem
13+
- Prefer built-in `EmscriptenSendCommand` when possible
14+
1015
## [0.19.0] - 2025-11-19
1116
### Added
1217
- Add support for extracting the default cores; update default retroarch-emscripten-build version to v1.22.2
@@ -199,7 +204,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
199204
### Fixed
200205
- fix core loading ([9790327](https://github.com/arianrhodsandlot/nostalgist/commit/97903270c39788b3d05b7f7d0700ccdf32503a9e))
201206

202-
[Unreleased]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.19.0...HEAD
207+
[Unreleased]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.19.1...HEAD
208+
[0.19.1]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.19.0...v0.19.1
203209
[0.19.0]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.18.0...v0.19.0
204210
[0.18.0]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.17.1...v0.18.0
205211
[0.17.1]: https://github.com/arianrhodsandlot/eslint-config/compare/v0.17.0...v0.17.1

0 commit comments

Comments
 (0)