diff --git a/CHANGELOG.md b/CHANGELOG.md index be0b16d..034f083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 7a77616..0370b1d 100644 --- a/package.json +++ b/package.json @@ -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": {