File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments