From db9c6c1b7777ab2f0b3077d50348ebc412a28bff Mon Sep 17 00:00:00 2001 From: Axmin Shrestha <56112475+ax-sh@users.noreply.github.com> Date: Wed, 16 Oct 2024 17:35:52 +0545 Subject: [PATCH] chore: release v1.23.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dadcfd1..ea59475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,22 @@ All notable changes to this project will be documented in this file. +## [1.23.0] - 2024-10-16 + +### ⚙️ Miscellaneous Tasks + +- Update release notes format and eslint config + ## [1.22.0] - 2024-10-16 ### 🚜 Refactor - *(release notes)* Update format for deployment notes +### ⚙️ Miscellaneous Tasks + +- Release v1.22.0 + ## [1.21.0] - 2024-10-16 ### ⚙️ Miscellaneous Tasks diff --git a/package.json b/package.json index c8e1535..01b84d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ax-sh.github.io", - "version": "1.22.0", + "version": "1.23.0", "private": true, "scripts": { "format": "biome format --write .",