From b7d7d292e52888917e6bcc362b87573f52954004 Mon Sep 17 00:00:00 2001 From: Arianrhod Sandlot Date: Mon, 4 Mar 2024 18:10:39 +0800 Subject: [PATCH] chore: bump version to v0.9.0 --- .github/workflows/release.yaml | 4 ++++ changelog.md | 3 +++ package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5ec0ad2..1c7c2c7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,8 +12,12 @@ jobs: needs: test steps: - uses: actions/checkout@v3 + - uses: snapADDY/snapaddy-changelog-parser@0.1.0 + 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 diff --git a/changelog.md b/changelog.md index 7ee3385..07a396f 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/package.json b/package.json index 52720d6..8039856 100644 --- a/package.json +++ b/package.json @@ -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": "theguidanceofawhitetower@gmail.com"