Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.3.0](https://github.com/fathiraz/refined-github-projects/compare/v0.2.1...v0.3.0) (2026-03-29)


### Features

* **bulk:** add bulk random assign functionality ([#13](https://github.com/fathiraz/refined-github-projects/issues/13)) ([3026706](https://github.com/fathiraz/refined-github-projects/commit/3026706ab844d54757f4c1d0c37d8a89295b6841))
* **hierarchy:** add issue hierarchy and project context support ([#11](https://github.com/fathiraz/refined-github-projects/issues/11)) ([7266693](https://github.com/fathiraz/refined-github-projects/commit/7266693be4301b589f59acc898185f273c583fae))
* **sprint:** add sprint progress tracking with scope change visibility ([#14](https://github.com/fathiraz/refined-github-projects/issues/14)) ([081d956](https://github.com/fathiraz/refined-github-projects/commit/081d9566a02b3d92c3c064c9eebaaa8dbdcc26d5))

## [0.2.1](https://github.com/fathiraz/refined-github-projects/compare/v0.2.0...v0.2.1) (2026-03-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "refined-github-projects",
"version": "0.2.1",
"version": "0.3.0",
"description": "Refined GitHub Projects — bulk edit, close, delete, and deep duplicate for GitHub Projects",
"packageManager": "pnpm@10.32.1",
"scripts": {
Expand Down
Loading