From 29c74d8715fa4030fef5235ce945fdbe131221ca Mon Sep 17 00:00:00 2001 From: hnewey7 Date: Mon, 8 Apr 2024 22:56:40 +0100 Subject: [PATCH] chore(release): 1.0.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 487e60e..a74932a 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.0.4](https://github.com/mokkapps/changelog-generator-demo/compare/v1.0.3...v1.0.4) (2024-04-08) + + +### Bug Fixes + +* improving Watchlist time efficiency ([e18d202](https://github.com/mokkapps/changelog-generator-demo/commits/e18d2027a88b1930b4fa2c48412ffe25206121c8)) + ### [1.0.3](https://github.com/mokkapps/changelog-generator-demo/compare/v1.0.2...v1.0.3) (2024-04-07) ### [1.0.1](https://github.com/mokkapps/changelog-generator-demo/compare/v1.0.0...v1.0.1) (2024-04-06) diff --git a/package.json b/package.json index f5868cf..891af34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ig_package", - "version": "1.0.3", + "version": "1.0.4", "description": "Python package to interact with IG Group's REST API.", "main": "index.js", "directories": {