From 13e146f840640d8498b6a4b5b376d43f6685f410 Mon Sep 17 00:00:00 2001 From: Soybean Date: Wed, 7 Jun 2023 00:42:11 +0800 Subject: [PATCH] chore(projects): release v0.0.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a225ca..bce3f73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog +## [v0.0.2](https://github.com/soybeanjs/changelog/compare/v0.0.1...main) (23-06-07) + +###    🐞 Bug Fixes + +- **projects**: Fix when only one tag generate total changelog  -  by @soybeanjs [(6b878)](https://github.com/soybeanjs/changelog/commit/6b878e1) + +###    ❤️ Contributors + +[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)   + ## [v0.0.1](https://github.com/soybeanjs/changelog/compare/2681a2f0d5feedf38f5c1b4754202dca1976948d...v0.0.1) (2023-06-07) ###    📖 Documentation diff --git a/package.json b/package.json index b8efe84..6500603 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soybeanjs/changelog", - "version": "0.0.1", + "version": "0.0.2", "description": "generate changelog form git tags and commits for github", "author": { "name": "Soybean",