Skip to content

Commit

Permalink
Bump to v2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Nov 16, 2024
1 parent 3680ed3 commit 68f0aaf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog
All notable changes to this project will be documented in this file.

## [2.5.0] - 2024-11-16

### Bug Fixes

- Fix delete milestone

### Features

- Sleep 3sec for issue's milestone query (#97)
- Add delete milestone by title or number support (#98)
- Add CI workflow to create, close and delete a milestone (#100)

### Miscellaneous Tasks

- Add `cspell` spelling check hook for `lefthook` (#103)
- Update `Nushell` to v0.100 (#106)

## [2.3.0] - 2024-10-27

### Features
Expand Down
4 changes: 2 additions & 2 deletions meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "MileStone Action",
"version": "2.3.0",
"actionVer": "v2.3",
"version": "2.5.0",
"actionVer": "v2.5",
"author": "hustcer",
"license": "MIT",
"github": "https://github.com/hustcer/milestone-action",
Expand Down

0 comments on commit 68f0aaf

Please sign in to comment.