We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4812ae8 commit 41b55aaCopy full SHA for 41b55aa
packages/webpack5/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 5.0.31 (2026-01-06)
2
+
3
+- LICENSE and README.md are now included in the package assets.
4
5
## 5.0.30 (2026-01-06)
6
7
### 🩹 Fixes
packages/webpack5/package.json
@@ -1,6 +1,6 @@
{
"name": "@nativescript/webpack",
- "version": "5.0.31-next.1",
+ "version": "5.0.31",
"private": false,
"main": "dist/index.js",
"files": [
@@ -93,5 +93,13 @@
93
"name": "NativeScript",
94
"email": "[email protected]"
95
}
96
+ ],
97
+ "keywords": [
98
+ "NativeScript",
99
+ "JavaScript",
100
+ "Android",
101
+ "iOS",
102
+ "TypeScript",
103
+ "webpack"
104
]
105
0 commit comments