Skip to content

Commit

Permalink
chore: bump version to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Mar 4, 2024
1 parent 0ecbacc commit b7d7d29
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ jobs:
needs: test
steps:
- uses: actions/checkout@v3
- uses: snapADDY/[email protected]
id: read
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
body: ${{ steps.read.outputs.changelog }}

publish:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ 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.9.0](https://github.com/arianrhodsandlot/nostalgist/compare/v0.8.1...v0.9.0) - 2024-03-04

### Added
- add support for cancelling a launch via an `AbortController`
- add `beforeLaunch` and `onLaunch` parameters to allow us to hook into the launching process
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nostalgist",
"description": "Nostalgist.js is a JavaScript library that allows you to run emulators of retro consoles within web browsers.",
"version": "0.8.1",
"version": "0.9.0",
"author": {
"name": "arianrhodsandlot",
"email": "[email protected]"
Expand Down

0 comments on commit b7d7d29

Please sign in to comment.