From ecfb60e0c952e22b6980e224d6cdeee913ed43ab Mon Sep 17 00:00:00 2001 From: Mazq Date: Fri, 16 Aug 2024 17:13:47 +0800 Subject: [PATCH] chore(release): 1.0.2 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88bf73d..c39dded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.0.2](https://github.com/SamChangi/pennant-depth/compare/v1.0.8...v1.0.2) (2024-08-16) + ### [1.0.1](https://github.com/SamChangi/pennant-depth/compare/v1.0.8...v1.0.1) (2024-08-16) ### [1.0.8](https://github.com/SamChangi/pennant-depth/compare/v1.0.7...v1.0.8) (2024-08-15) diff --git a/package-lock.json b/package-lock.json index 3ed64b8..9cbe8c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "exchange-depth", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "exchange-depth", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "@babel/runtime": "^7.13.10", diff --git a/package.json b/package.json index 3684828..1ab035f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "exchange-depth", - "version": "1.0.1", + "version": "1.0.2", "description": "A React component library for visualising historical and streaming financial market data", "main": "./dist/legacy.js", "module": "./dist/legacy.js",