diff --git a/CHANGELOG.md b/CHANGELOG.md index 208366bb..2b465e36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.14.0](https://github.com/vegaprotocol/pennant/compare/v1.13.4...v1.14.0) (2023-10-24) + + +### Features + +* change colors of horizontal and vertical grid ([903b5c7](https://github.com/vegaprotocol/pennant/commit/903b5c7ef9ddfad05849406095cb5cc8c715a725)) +* display 0 label on vertical axis ([f84b3ee](https://github.com/vegaprotocol/pennant/commit/f84b3ee71130327890e4adbddc4e64d139a9a129)) + ### [1.13.4](https://github.com/vegaprotocol/pennant/compare/v1.13.3...v1.13.4) (2023-10-12) diff --git a/package.json b/package.json index 8e8d0ec1..702b1025 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pennant", - "version": "1.13.4", + "version": "1.14.0", "description": "A React component library for visualising historical and streaming financial market data", "main": "./dist/legacy.js", "types": "./dist/types/index.d.ts",