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