From 1f456ce0063bc1422c2bdde82f8903ce1624145e Mon Sep 17 00:00:00 2001 From: Michael Chan Date: Mon, 23 Dec 2024 18:09:47 +0800 Subject: [PATCH] chore(release): 0.72.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c2c2c4..3db50dc 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. +## [0.72.0](https://github.com/michchan/fund-price-monitor-backend/compare/v0.71.0...v0.72.0) (2024-12-23) + ## [0.71.0](https://github.com/michchan/fund-price-monitor-backend/compare/v0.70.2...v0.71.0) (2024-05-04) diff --git a/package.json b/package.json index 91769f8..d169e81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fund-price-monitor-backend", - "version": "0.71.0", + "version": "0.72.0", "bin": { "fund-price-monitor-backend": "bin/fund-price-monitor-backend.ts" },