From 8e3f6760fce5e11f201586aa862ebbbd59ba294f Mon Sep 17 00:00:00 2001 From: "gao.boyu" Date: Fri, 17 Nov 2023 15:01:54 +0800 Subject: [PATCH] chore(release): v0.0.16 231105 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0edd589..e38b895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # 更新日志 +### [0.0.16](https://github.com/DraculaPrince/vite-plugin-rm-others-console/compare/v0.0.12...v0.0.16) (2023-11-17) + + +### 📦‍ Build System | 打包构建 + +* build warning fix ([7ef6a08](https://github.com/DraculaPrince/vite-plugin-rm-others-console/commit/7ef6a0852ca2ec619cfc79134bf34814f7aafcc4)) + + +### ✨ Features | 新功能 + +* 插件设置只在开发时生效 ([da85635](https://github.com/DraculaPrince/vite-plugin-rm-others-console/commit/da856352db1eff8cb478a385b5bd1801cc4e7bcf)) +* optimize build ([a0d2b50](https://github.com/DraculaPrince/vite-plugin-rm-others-console/commit/a0d2b5069749845d76d6699f91012b8be9c20c39)) + ### [0.0.12](https://github.com/DraculaPrince/vite-plugin-rm-others-console/compare/v0.0.11...v0.0.12) (2023-10-10) diff --git a/package.json b/package.json index 7847a47..e74d7f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-rm-others-console", - "version": "0.0.15", + "version": "0.0.16", "homepage": "https://github.com/DraculaPrince/vite-plugin-rm-others-console", "description": "Automatically remove console statements from other developers and only retain their own", "main": "dist/cjs/index.cjs",