Skip to content

Commit 23ce55a

Browse files
authored
Merge pull request #560 from highcharts/master
4.0.2-2
2 parents 6f1be5c + e740944 commit 23ce55a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 4.0.2
22

3+
_Hotfix_:
4+
5+
- Fixed missing 'msg' and 'public' bundle in 4.0.1 on NPM.
6+
37
_Fixes:_
48

59
- Made chart userOptions available within `customCode` as variable `options` [(#551)](https://github.com/highcharts/node-export-server/issues/551).

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Highsoft AS <[email protected]> (http://www.highcharts.com/about)",
44
"license": "MIT",
55
"type": "module",
6-
"version": "4.0.1",
6+
"version": "4.0.2",
77
"main": "./dist/index.esm.js",
88
"engines": {
99
"node": ">=18.12.0"

0 commit comments

Comments
 (0)