We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf3659 commit 79bef50Copy full SHA for 79bef50
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 4.0.1
2
+
3
+_Hotfix_:
4
5
+- Fixed missing 'dist' bundle in 4.0.0 on NPM.
6
7
# 4.0.0
8
9
_Breaking Changes:_
package.json
@@ -3,7 +3,7 @@
"author": "Highsoft AS <support@highcharts.com> (http://www.highcharts.com/about)",
"license": "MIT",
"type": "module",
- "version": "4.0.0",
+ "version": "4.0.1",
"main": "./dist/index.esm.js",
"engines": {
"node": ">=18.12.0"
0 commit comments