We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da22d3e commit 6b8cfaaCopy full SHA for 6b8cfaa
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.2.2 (2023-09-15)
2
+
3
+- da22d3e fix: relative path calc on Windows [#13](https://github.com/vite-plugin/vite-plugin-native/issues/13)
4
5
## 2.2.1 (2023-06-29)
6
7
- 548fedb fix: avoid Vite built-in alias
package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-native",
- "version": "2.2.1",
+ "version": "2.2.2",
"description": "Supports Node/Electron C/C++ native addons",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
0 commit comments