Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/547-image-in-svg-fail
Browse files Browse the repository at this point in the history
  • Loading branch information
jszuminski committed Sep 20, 2024
2 parents 18c7a2e + e740944 commit ef227d2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 4.0.2

_Hotfix_:

- Fixed missing 'msg' and 'public' bundle in 4.0.1 on NPM.

_Fixes:_

- Made chart userOptions available within `customCode` as variable `options` [(#551)](https://github.com/highcharts/node-export-server/issues/551).
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Highsoft AS <support@highcharts.com> (http://www.highcharts.com/about)",
"license": "MIT",
"type": "module",
"version": "4.0.1",
"version": "4.0.2",
"main": "./dist/index.esm.js",
"engines": {
"node": ">=18.12.0"
Expand All @@ -14,7 +14,15 @@
"require": "./dist/index.cjs"
}
},
"files": ["dist", "bin", "templates", "install.js", "lib"],
"files": [
"dist",
"bin",
"templates",
"install.js",
"lib",
"msg",
"public"
],
"repository": {
"url": "https://github.com/highcharts/node-export-server",
"type": "git"
Expand Down

0 comments on commit ef227d2

Please sign in to comment.