diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cce74e..ee19bff 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. +### [0.70.2](https://github.com/michchan/fund-price-monitor-backend/compare/v0.70.1...v0.70.2) (2024-03-26) + + +### Bug Fixes + +* create quarter table 7 days before month end to fix week spanned over 2 months issue ([f9df168](https://github.com/michchan/fund-price-monitor-backend/commit/f9df1685220ce4e70e936279f03ba678f4a9519f)) + ### [0.70.1](https://github.com/michchan/fund-price-monitor-backend/compare/v0.70.0...v0.70.1) (2023-12-28) diff --git a/package.json b/package.json index 421db42..2dc92d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fund-price-monitor-backend", - "version": "0.70.1", + "version": "0.70.2", "bin": { "fund-price-monitor-backend": "bin/fund-price-monitor-backend.ts" },