Skip to content

Commit

Permalink
chore(release): 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bglownia committed Oct 3, 2023
1 parent 84414e3 commit 38d5c8e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1](https://github.com/vegaprotocol/pennant/compare/v1.13.0...v1.13.1) (2023-10-03)


### Bug Fixes

* hard coded en gb formatting ([b73f417](https://github.com/vegaprotocol/pennant/commit/b73f4170503dec082bb3d76e316655dbf8d02601))

## [1.13.0](https://github.com/vegaprotocol/pennant/compare/v1.12.0...v1.13.0) (2023-10-03)


Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pennant",
"version": "1.13.0",
"version": "1.13.1",
"description": "A React component library for visualising historical and streaming financial market data",
"main": "./dist/legacy.js",
"types": "./dist/types/index.d.ts",
Expand Down Expand Up @@ -63,6 +63,7 @@
"eventemitter3": "^5.0.0",
"internmap": "^2.0.1",
"lodash": "^4.17.20",
"pennant": "1.13.0",
"react-virtualized-auto-sizer": "^1.0.4",
"sass": "^1.49.9",
"use-resize-observer": "^9.0.0"
Expand Down

0 comments on commit 38d5c8e

Please sign in to comment.