Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Feb 29, 2024
1 parent fa4c3b8 commit 2a03511
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Changelog

Tag ranges `v0.1.0...v2.0.0` (30). [All GitHub Releases](https://github.com/lvjiaxuan/release/releases).
Tag ranges `v0.1.0...v2.1.0` (31). [All GitHub Releases](https://github.com/lvjiaxuan/release/releases).

## v2.1.0 <sub>(2024-02-29)</sub>
[Compare changes](https://github.com/lvjiaxuan/release/compare/v2.0.0...v2.1.0)

### &nbsp;&nbsp;&nbsp;✨ Enhancements

- no fetch in dry-run &nbsp;-&nbsp; by @lvjiaxuan [<samp>(71edd)</samp>](https://github.com/lvjiaxuan/release/commit/71edd0e)
- **changelog**: concurrent fetch &nbsp;-&nbsp; by @lvjiaxuan [<samp>(e319e)</samp>](https://github.com/lvjiaxuan/release/commit/e319e66)

### &nbsp;&nbsp;&nbsp;🐛 Fixes

- adjust configs Pri. &nbsp;-&nbsp; by @lvjiaxuan [<samp>(da8ed)</samp>](https://github.com/lvjiaxuan/release/commit/da8ed25)
- tag name is nothing to do with `options.tag` &nbsp;-&nbsp; by @lvjiaxuan [<samp>(2f1b9)</samp>](https://github.com/lvjiaxuan/release/commit/2f1b9b7)
- stdout=pipe &nbsp;-&nbsp; by @lvjiaxuan [<samp>(e4256)</samp>](https://github.com/lvjiaxuan/release/commit/e425638)
- filter error &nbsp;-&nbsp; by @lvjiaxuan [<samp>(9a3de)</samp>](https://github.com/lvjiaxuan/release/commit/9a3de43)
- typo of git command &nbsp;-&nbsp; by @lvjiaxuan [<samp>(fa4c3)</samp>](https://github.com/lvjiaxuan/release/commit/fa4c3b8)

### &nbsp;&nbsp;&nbsp;📝 Documentation

- updating &nbsp;-&nbsp; by @lvjiaxuan [<samp>(3a297)</samp>](https://github.com/lvjiaxuan/release/commit/3a29781)

## v2.0.0 <sub>(2024-01-18)</sub>
[Compare changes](https://github.com/lvjiaxuan/release/compare/v1.7.1...v2.0.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lvr",
"type": "module",
"version": "2.0.0",
"version": "2.1.0",
"private": false,
"description": "My own release cli tool.",
"author": "lvjiaxuan <471501748@qq.com> (https://github.com/lvjiaxuan)",
Expand Down

0 comments on commit 2a03511

Please sign in to comment.