Skip to content

Commit e740944

Browse files
authored
Merge pull request #559 from highcharts/fix/changelog-4.0.2
fix/changelog-4.0.2
2 parents 0497b27 + fc10da5 commit e740944

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Highsoft AS <support@highcharts.com> (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)