From b259e0ad03a6426e5587fade693960a0918a481d Mon Sep 17 00:00:00 2001 From: muxiangqiu Date: Sat, 4 May 2024 21:48:31 +0800 Subject: [PATCH] chore(release): v0.0.4 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60b9cb0..01c7143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## v0.0.4 + +[compare changes](https://github.com/cellbang/style-guide/compare/v0.0.1...v0.0.4) + +### 💅 Refactors + +- Upgrade eslint version and reconstruct configuration ([e02e425](https://github.com/cellbang/style-guide/commit/e02e425)) + +### 📖 Documentation + +- Update link ([1d39333](https://github.com/cellbang/style-guide/commit/1d39333)) +- Updated usage documentation ([4491dbe](https://github.com/cellbang/style-guide/commit/4491dbe)) +- Updated usage documentation ([336dc14](https://github.com/cellbang/style-guide/commit/336dc14)) + +### 🏡 Chore + +- **release:** V0.0.2 ([8871c98](https://github.com/cellbang/style-guide/commit/8871c98)) +- **release:** V0.0.3 ([7c9049c](https://github.com/cellbang/style-guide/commit/7c9049c)) + +### ❤️ Contributors + +- Muxiangqiu ([@muxiangqiu](http://github.com/muxiangqiu)) + ## v0.0.3 [compare changes](https://github.com/cellbang/style-guide/compare/v0.0.1...v0.0.3) diff --git a/package.json b/package.json index 208d0bc..9403564 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@celljs/style-guide", - "version": "0.0.3", + "version": "0.0.4", "description": "Cellbang's engineering style guide", "repository": "cellbang/style-guide", "license": "MIT",