From 131ea1a956b8083d87c9f67a4cae47b6b9429287 Mon Sep 17 00:00:00 2001 From: Arianrhod Sandlot Date: Tue, 5 Mar 2024 18:49:48 +0800 Subject: [PATCH] chore: bump version to v0.9.1 --- changelog.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 07a396f..b9ec18d 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.1](https://github.com/arianrhodsandlot/nostalgist/compare/v0.9.0...v0.9.1) - 2024-03-05 + +### Fixed +- better options merging strategy +- improve ESM detection +- register the exit process when cancelling after a real launch + ## [0.9.0](https://github.com/arianrhodsandlot/nostalgist/compare/v0.8.1...v0.9.0) - 2024-03-04 ### Added diff --git a/package.json b/package.json index 8039856..f8ea8f0 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.9.0", + "version": "0.9.1", "author": { "name": "arianrhodsandlot", "email": "theguidanceofawhitetower@gmail.com"