From 7ecbdf946ac891b37a03180ff28cbb00fa1c5aa8 Mon Sep 17 00:00:00 2001 From: meetqy Date: Tue, 4 Apr 2023 11:44:24 +0800 Subject: [PATCH] chore(release): 0.4.2 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2457a8a..5e6f2b82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.4.2](https://github.com/rao-pics/core/compare/v0.4.1...v0.4.2) (2023-04-04) + +### Features + +- 🎸 API docker 部署 ([3a7a88a](https://github.com/rao-pics/core/commit/3a7a88a971aa8951fe293758b59bde5d2a2e3164)) +- 🎸 prisma-client ζ–°ε’ž windows/debian .node ε―ζ‰§θ‘Œζ–‡δ»Ά ([9e929dd](https://github.com/rao-pics/core/commit/9e929dd6666f22b6e8930a6473af267a25a7e8bb)) + +### Bug Fixes + +- πŸ› [prisma-cilent-generate] files ([2c00a82](https://github.com/rao-pics/core/commit/2c00a82ae9225bd18a3d01c5432b1ec2d28bc175)) +- πŸ› ζœ‰ε…Άδ»– package 无法 install ([fff60ca](https://github.com/rao-pics/core/commit/fff60ca023ff75d82a4b89147f646d43aec580c5)) + ### [0.4.1](https://github.com/rao-pics/core/compare/v0.4.0...v0.4.1) (2023-04-02) ### Bug Fixes diff --git a/package.json b/package.json index 955ab513..b25dca8f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "raopics-monorepo", "private": true, - "version": "0.4.1", + "version": "0.4.2", "scripts": { "setup": "pnpm i && pnpm build", "push:example": "git subtree push --prefix example origin example",