npm sucks
This commit is contained in:
parent
2aeba659ed
commit
84b4b51e82
2 changed files with 7 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue