diff --git a/package.json b/package.json index 8b178f1f35..d735674b39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "4.2.0", + "version": "4.1.3", "name": "lightweight-charts", "author": "TradingView, Inc.", "license": "Apache-2.0", diff --git a/website/docs/release-notes.md b/website/docs/release-notes.md index eeabc61867..98f4375bce 100644 --- a/website/docs/release-notes.md +++ b/website/docs/release-notes.md @@ -15,6 +15,18 @@ sidebar_position: 8 +## 4.1.3 + +**Minor Improvements** + +- Added option to disable bold labels in the time scale. (PR [#1510](https://github.com/tradingview/lightweight-charts/pull/1510)) + +**Bug Fixes** + +- Fixed sub-pixel horizontal alignment of the crosshair marker and series markers. (PR [#1505](https://github.com/tradingview/lightweight-charts/pull/1505), fixes [#1504](https://github.com/tradingview/lightweight-charts/issues/1504)) + +[Changes since the last published version](https://github.com/tradingview/lightweight-charts/compare/v4.1.2..v4.1.3). + ## 4.1.2 **Bug Fixes** diff --git a/website/package.json b/website/package.json index 4bcd720617..7014a7fc33 100644 --- a/website/package.json +++ b/website/package.json @@ -24,7 +24,7 @@ "lightweight-charts-local": "file:..", "lightweight-charts-3.8": "npm:lightweight-charts@~3.8.0", "lightweight-charts-4.0": "npm:lightweight-charts@~4.0.1", - "lightweight-charts-4.1": "npm:lightweight-charts@~4.1.2", + "lightweight-charts-4.1": "npm:lightweight-charts@~4.1.3", "prism-react-renderer": "~1.3.5", "raw-loader": "~4.0.2", "react": "^17.0", diff --git a/website/versioned_docs/version-4.1/release-notes.md b/website/versioned_docs/version-4.1/release-notes.md index eeabc61867..98f4375bce 100644 --- a/website/versioned_docs/version-4.1/release-notes.md +++ b/website/versioned_docs/version-4.1/release-notes.md @@ -15,6 +15,18 @@ sidebar_position: 8 +## 4.1.3 + +**Minor Improvements** + +- Added option to disable bold labels in the time scale. (PR [#1510](https://github.com/tradingview/lightweight-charts/pull/1510)) + +**Bug Fixes** + +- Fixed sub-pixel horizontal alignment of the crosshair marker and series markers. (PR [#1505](https://github.com/tradingview/lightweight-charts/pull/1505), fixes [#1504](https://github.com/tradingview/lightweight-charts/issues/1504)) + +[Changes since the last published version](https://github.com/tradingview/lightweight-charts/compare/v4.1.2..v4.1.3). + ## 4.1.2 **Bug Fixes**