We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60234ec commit 0fe8dc4Copy full SHA for 0fe8dc4
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.2.1](https://github.com/unraid/libvirt/compare/v1.2.0...v1.2.1) (2025-03-28)
4
+
5
6
+### Bug Fixes
7
8
+* output types to root ([60234ec](https://github.com/unraid/libvirt/commit/60234ecb5efa52fb8f64c17b8a222b90ea7d0a6e))
9
10
## [1.2.0](https://github.com/unraid/libvirt/compare/v1.1.4...v1.2.0) (2025-03-28)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@unraid/libvirt",
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "Libvirt bindings for Node.js® - forked from vmngr/libvirt",
"main": "./dist/index.js",
"types": "./dist/types/index.d.ts",
0 commit comments