Skip to content

Commit 4471a6c

Browse files
committed
chore(release): bump version to 3.0.2 and update changelog
1 parent 72b10d3 commit 4471a6c

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on Keep a Changelog, and this project follows Semantic Versioning.
66

7+
## [3.0.2] - 2026-03-10
8+
9+
### Added
10+
11+
- Added deep-link support for target selection via URL query parameters across battle, daily, and custom modes.
12+
- Added a "Copy Link" toolbar button to copy the current deep-link URL for sharing.
13+
14+
### Fixed
15+
16+
- Fixed release notes generation to include all commits between the previous release tag and the current tag.
17+
- Fixed release workflow validation by removing invalid secret checks from workflow expressions and handling optional Discord webhook posting in script logic.
718
## [3.0.1] - 2026-03-10
819

920
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cssbattle-previewer",
33
"private": true,
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"description": "Modern CSSBattle previewer",
66
"type": "module",
77
"engines": {

0 commit comments

Comments
 (0)