Releases: mdulghier/devtree
Releases · mdulghier/devtree
Release list
v0.1.6
This release adds an official open-source license and bumps the package version.
- Added MIT License — The repository now includes a formal MIT License file, clarifying terms for use, modification, and distribution.
- Updated license field — Changed
package.jsonlicense fromUNLICENSEDtoMITto reflect the new licensing.
v0.1.5
This release publishes the package under a scoped npm name (@mdulghier/devtree) to enable public access on the npm registry.
Changes:
- Renamed npm package from
devtreeto@mdulghier/devtreefor scoped publishing
v0.1.4
This patch release fixes npm publish configuration to enable public package access.
Changes:
- Fixed npm publish access for public releases
v0.1.3
This release fixes the CI release pipeline so that GitHub releases are created and documented automatically on tag push, and bumps the minimum supported Node.js version to 24.
- Release pipeline rewrite — The
npm-publishworkflow now triggers on tag push (v*) instead of therelease: publishedevent, creates the GitHub release (or reuses an existing one), and dispatches theopencodeworkflow to generate release notes. - Simplified opencode workflow —
opencode.ymlno longer creates releases itself; it now receives the tag and release ID viaworkflow_dispatchinputs and focuses solely on writing release notes. - Node.js 24 — The minimum required Node.js version is raised from 20 to 24, both in
package.json(engines) and across all CI workflow steps.