Skip to content

Commit 7177bfc

Browse files
author
Niilo Keinänen
committed
v1.6.0 release
1 parent 9e1320b commit 7177bfc

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### Security
1717

18+
## [1.6.0] - 2023-02-07
19+
### Added
20+
21+
- Support for LightningChart JS 4.0.0+.
22+
1823
## [1.5.0] - 2021-12-01
1924
### Added
2025

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arction/lcjs-headless",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Node JS support package for LightningChart JS.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -37,7 +37,7 @@
3737
"url": "git@github.com:Arction/lcjs-headless.git"
3838
},
3939
"homepage": "https://www.arction.com/lightningchart-js/",
40-
"author": "Arction Ltd.",
40+
"author": "LightningChart Ltd.",
4141
"license": "MIT",
4242
"keywords": [
4343
"lightningchart",

0 commit comments

Comments
 (0)