Files
yellowjacket/CHANGELOG.md
T
github-actions[bot] b12d70866e chore(release): 1.0.2 [skip ci]
## [1.0.2](https://github.com/onion-4-dinner/yellowjacket/compare/v1.0.1...v1.0.2) (2026-02-14)

### ⚠ BREAKING CHANGES

* **deps:** update actions/setup-node action to v6 (#48)
* **deps:** update dependency stylelint-config-standard to v40 (#52)
* **deps:** update dependency node to v24 (#51)
* **deps:** update dependency vite-plugin-static-copy to v3 (#54)
* **deps:** update golangci/golangci-lint-action action to v9 (#55)
* **deps:** update amannn/action-semantic-pull-request action to v6 (#50)
* **deps:** update actions/upload-artifact action to v6 (#49)
* **deps:** update actions/setup-go action to v6 (#47)
* **deps:** update actions/download-artifact action to v7 (#46)

### Bug Fixes

* **ci:** use allowedPostUpgradeCommands for Renovate post-upgrade tasks ([#60](https://github.com/onion-4-dinner/yellowjacket/issues/60)) ([0aef483](https://github.com/onion-4-dinner/yellowjacket/commit/0aef483b3cccd0616fd5be2d06d0856b46851d09))

### Miscellaneous

* **deps:** update actions/download-artifact action to v7 ([#46](https://github.com/onion-4-dinner/yellowjacket/issues/46)) ([1910f99](https://github.com/onion-4-dinner/yellowjacket/commit/1910f99cf64e9bdc5ce91e89cab254ecca15d030))
* **deps:** update actions/setup-go action to v6 ([#47](https://github.com/onion-4-dinner/yellowjacket/issues/47)) ([8911fb2](https://github.com/onion-4-dinner/yellowjacket/commit/8911fb2400047cf2f3dfa719edc1d1bf474cdaa5))
* **deps:** update actions/setup-node action to v6 ([#48](https://github.com/onion-4-dinner/yellowjacket/issues/48)) ([d7382fd](https://github.com/onion-4-dinner/yellowjacket/commit/d7382fd8444b6618dbfe991f5f97231528a07f13))
* **deps:** update actions/upload-artifact action to v6 ([#49](https://github.com/onion-4-dinner/yellowjacket/issues/49)) ([a2c644b](https://github.com/onion-4-dinner/yellowjacket/commit/a2c644b00eed83acc0ed38a2eb8c73868b7b79af))
* **deps:** update amannn/action-semantic-pull-request action to v6 ([#50](https://github.com/onion-4-dinner/yellowjacket/issues/50)) ([643ba27](https://github.com/onion-4-dinner/yellowjacket/commit/643ba27f066164aeb47e8d9aaf20fe98b9b69d30))
* **deps:** update dependency node to v24 ([#51](https://github.com/onion-4-dinner/yellowjacket/issues/51)) ([e7d3971](https://github.com/onion-4-dinner/yellowjacket/commit/e7d39711078ce86b0c029f0d03ff81162c5dc28a))
* **deps:** update dependency stylelint-config-standard to v40 ([#52](https://github.com/onion-4-dinner/yellowjacket/issues/52)) ([422aabc](https://github.com/onion-4-dinner/yellowjacket/commit/422aabcc07e9700ff189302b363e13d87c69163a))
* **deps:** update dependency vite-plugin-static-copy to v3 ([#54](https://github.com/onion-4-dinner/yellowjacket/issues/54)) ([77fa643](https://github.com/onion-4-dinner/yellowjacket/commit/77fa6435a5298f58ef83607d99c59b876132c66c))
* **deps:** update golangci/golangci-lint-action action to v9 ([#55](https://github.com/onion-4-dinner/yellowjacket/issues/55)) ([aedb7d1](https://github.com/onion-4-dinner/yellowjacket/commit/aedb7d1e6d204c56c468dd26b340752fd6bfeaeb))
2026-02-14 07:36:46 +00:00

11 KiB

1.0.2 (2026-02-14)

⚠ BREAKING CHANGES

  • deps: update actions/setup-node action to v6 (#48)
  • deps: update dependency stylelint-config-standard to v40 (#52)
  • deps: update dependency node to v24 (#51)
  • deps: update dependency vite-plugin-static-copy to v3 (#54)
  • deps: update golangci/golangci-lint-action action to v9 (#55)
  • deps: update amannn/action-semantic-pull-request action to v6 (#50)
  • deps: update actions/upload-artifact action to v6 (#49)
  • deps: update actions/setup-go action to v6 (#47)
  • deps: update actions/download-artifact action to v7 (#46)

Bug Fixes

  • ci: use allowedPostUpgradeCommands for Renovate post-upgrade tasks (#60) (0aef483)

Miscellaneous

  • deps: update actions/download-artifact action to v7 (#46) (1910f99)
  • deps: update actions/setup-go action to v6 (#47) (8911fb2)
  • deps: update actions/setup-node action to v6 (#48) (d7382fd)
  • deps: update actions/upload-artifact action to v6 (#49) (a2c644b)
  • deps: update amannn/action-semantic-pull-request action to v6 (#50) (643ba27)
  • deps: update dependency node to v24 (#51) (e7d3971)
  • deps: update dependency stylelint-config-standard to v40 (#52) (422aabc)
  • deps: update dependency vite-plugin-static-copy to v3 (#54) (77fa643)
  • deps: update golangci/golangci-lint-action action to v9 (#55) (aedb7d1)

1.0.1 (2026-02-14)

Bug Fixes

  • resolve Renovate repo detection and pre-push hook hang (#36) (b205889)

1.0.0 (2026-02-14)

Features

  • ci: add semantic-release pipeline, cross-platform builds, and lefthook git hooks (caf3e84)

Bug Fixes

  • allow library to initialize without config and fix lefthook lint flag (5a958db)
  • ci: configure git credentials explicitly for semantic-release PAT (24f21af)
  • ci: fix golangci-lint version, skip player test in CI, remove standalone frontend build (7317e09)
  • ci: resolve CI failures for Go checks, codegen, and frontend type-checking (d4f9361)
  • ci: use PAT for semantic-release to trigger build workflow (68d41c0)
  • rename downloaded artifacts to platform-specific names for release (e3bda0e)
  • resolve frontend build failures in CI (330a53c)
  • trigger build workflow from release event instead of tag push (47772f7)
  • use path.Join for embed.FS paths to fix Windows build (672fe24)

1.0.0 (2026-02-14)

Features

  • ci: add semantic-release pipeline, cross-platform builds, and lefthook git hooks (caf3e84)

Bug Fixes

  • allow library to initialize without config and fix lefthook lint flag (5a958db)
  • ci: configure git credentials explicitly for semantic-release PAT (24f21af)
  • ci: fix golangci-lint version, skip player test in CI, remove standalone frontend build (7317e09)
  • ci: resolve CI failures for Go checks, codegen, and frontend type-checking (d4f9361)
  • ci: use PAT for semantic-release to trigger build workflow (68d41c0)
  • resolve frontend build failures in CI (330a53c)
  • trigger build workflow from release event instead of tag push (47772f7)
  • use path.Join for embed.FS paths to fix Windows build (672fe24)

1.0.3 (2026-02-14)

Bug Fixes

  • use path.Join for embed.FS paths to fix Windows build (672fe24)

1.0.2 (2026-02-14)

Bug Fixes

  • resolve frontend build failures in CI (330a53c)

1.0.1 (2026-02-14)

Bug Fixes

  • allow library to initialize without config and fix lefthook lint flag (5a958db)

1.0.0 (2026-02-14)

Features

  • ci: add semantic-release pipeline, cross-platform builds, and lefthook git hooks (caf3e84)

Bug Fixes

  • ci: configure git credentials explicitly for semantic-release PAT (24f21af)
  • ci: fix golangci-lint version, skip player test in CI, remove standalone frontend build (7317e09)
  • ci: resolve CI failures for Go checks, codegen, and frontend type-checking (d4f9361)
  • ci: use PAT for semantic-release to trigger build workflow (68d41c0)

1.0.2 (2026-02-14)

Bug Fixes

  • ci: fix golangci-lint version, skip player test in CI, remove standalone frontend build (7317e09)

1.0.1 (2026-02-14)

Bug Fixes

  • ci: resolve CI failures for Go checks, codegen, and frontend type-checking (d4f9361)

1.0.0 (2026-02-14)

Features

  • ci: add semantic-release pipeline, cross-platform builds, and lefthook git hooks (caf3e84)

Bug Fixes

  • ci: configure git credentials explicitly for semantic-release PAT (24f21af)
  • ci: use PAT for semantic-release to trigger build workflow (68d41c0)

1.0.0 (2026-02-14)

Features

  • ci: add semantic-release pipeline, cross-platform builds, and lefthook git hooks (caf3e84)

Bug Fixes

  • ci: configure git credentials explicitly for semantic-release PAT (24f21af)
  • ci: use PAT for semantic-release to trigger build workflow (68d41c0)

1.0.0 (2026-02-14)

Features

  • ci: add semantic-release pipeline, cross-platform builds, and lefthook git hooks (caf3e84)

Bug Fixes

  • ci: use PAT for semantic-release to trigger build workflow (68d41c0)

1.0.0 (2026-02-14)

Features

  • ci: add semantic-release pipeline, cross-platform builds, and lefthook git hooks (caf3e84)