From dac701557a7aa62927d54c4f8ea6ae433161b295 Mon Sep 17 00:00:00 2001 From: maciek Date: Thu, 12 Oct 2023 14:03:14 +0200 Subject: [PATCH] chore(release): 1.13.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15bce0df..208366bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.13.4](https://github.com/vegaprotocol/pennant/compare/v1.13.3...v1.13.4) (2023-10-12) + + +### Bug Fixes + +* 4826 throttle redraw request in plot container ([c0c8f93](https://github.com/vegaprotocol/pennant/commit/c0c8f93b0ed2c023ef0eee8879f1ffcef6393f58)) + ### [1.13.3](https://github.com/vegaprotocol/pennant/compare/v1.13.2...v1.13.3) (2023-10-11) ### [1.13.2](https://github.com/vegaprotocol/pennant/compare/v1.13.1...v1.13.2) (2023-10-03) diff --git a/package.json b/package.json index f2cd135a..8e8d0ec1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pennant", - "version": "1.13.3", + "version": "1.13.4", "description": "A React component library for visualising historical and streaming financial market data", "main": "./dist/legacy.js", "types": "./dist/types/index.d.ts",