From ca4ccf7c5820b67077bf8a3bfa0b74afa3ce355d Mon Sep 17 00:00:00 2001 From: Bagasbanuna02 Date: Mon, 2 Dec 2024 17:41:46 +0800 Subject: [PATCH] chore(release): 1.2.11 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccd5b8a3..2a25906a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [1.2.11](https://github.com/bipproduction/hipmi/compare/v1.2.10...v1.2.11) (2024-12-02) + + +### Bug Fixes + +* version 1.2.10 ([08eed15](https://github.com/bipproduction/hipmi/commit/08eed15b798d549146b035ffd9a44cea5e55b283)) + ## [1.2.10](https://github.com/bipproduction/hipmi/compare/v1.2.9...v1.2.10) (2024-12-02) ## [1.2.9](https://github.com/bipproduction/hipmi/compare/v1.2.8...v1.2.9) (2024-12-02) diff --git a/package.json b/package.json index c6cf988e..f0a4c44e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hipmi", - "version": "1.2.10", + "version": "1.2.11", "private": true, "prisma": { "seed": "npx tsx prisma/seed.ts --yes"