From 84b4b51e82b969a5262ea24e49f859e9d72a576f Mon Sep 17 00:00:00 2001 From: modeco80 Date: Sat, 2 Nov 2024 11:51:28 -0400 Subject: [PATCH] npm sucks --- RELEASE_NOTES.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index dd1e1bf..8346ee3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,11 @@ # Superqemu Release Notes +## `v0.3.1` + +This minor release fixes a bug that would result in the process interface's `dispose()` method never actually being called. + +This version is published as `0.3.2` because the npm registry is the most utterly useless piece of garbage I've ever used. This sentiment tends to echo for much of the JavaScript ecosystem. Almost like shoehorning a language meant literally for DHTML clocks and other stuff into being a backend language wasn't a great idea or something... + ## `v0.3.0` This release contains *possibly* breaking changes: diff --git a/package.json b/package.json index f0a0564..d7351d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@computernewb/superqemu", - "version": "0.3.0", + "version": "0.3.2", "description": "A simple and easy to use QEMU supervision runtime for Node.js", "exports": "./dist/index.js", "types": "./dist/index.d.ts",