Skip to content
Open
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

Historical notes before `release-please` automation are grouped under `0.1.0`.

## [0.2.0](https://github.com/es-labs/express-template/compare/0.1.0...v0.2.0) (2026-04-12)


### Features

* add commit-msg hook and commit-lint CI for czg conventional commits ([56c5139](https://github.com/es-labs/express-template/commit/56c5139aacfe04ba4a08b4c8d7957f0b9940c0a2))
* add czg.config.js with workspace scopes for interactive commit prompt ([580d0ec](https://github.com/es-labs/express-template/commit/580d0ece97944b82eb5f84cd0167fc7bad9ac878))
* add npm audit security check to pre-push hook ([ffe6741](https://github.com/es-labs/express-template/commit/ffe6741e96f68688d5e8429ea71466ff2771d76e))
* dynamically discover workspace scopes in czg.config.js ([118ff12](https://github.com/es-labs/express-template/commit/118ff1214a3656c24304d968b66ad950a0b6073a))
* run tests per impacted workspace using npm run test --workspace ([80f4509](https://github.com/es-labs/express-template/commit/80f45090fae911e52c00e59f77528197e450e4cb))

## 0.1.0

Always finding new things to implement / improve in this list!
Expand Down
Loading