From aac343815e08fecc264293eaa3b7accc48259d64 Mon Sep 17 00:00:00 2001 From: ckvv Date: Wed, 13 Mar 2024 19:13:31 +0800 Subject: [PATCH] chore(release): 0.0.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1539673..70cf4b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,11 @@ 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.0.3](https://github.com/ckpack/midway-plugin-sequelize/compare/v0.0.2...v0.0.3) (2024-03-13) + + +### Bug Fixes + +* update ([b25c2a6](https://github.com/ckpack/midway-plugin-sequelize/commit/b25c2a6198b51ab6842eb0f6632df447031334b2)) + ### 0.0.2 (2024-03-13) diff --git a/package.json b/package.json index f535833..155cce1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ckpack/midway-plugin-sequelize", - "version": "0.0.2", + "version": "0.0.3", "description": "", "author": "ckvv", "license": "ISC",