Skip to content

Releases: mdulghier/devtree

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 11 Apr 15:15

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.json license from UNLICENSED to MIT to reflect the new licensing.

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 11 Apr 15:08

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 devtree to @mdulghier/devtree for scoped publishing

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 11 Apr 15:06

This patch release fixes npm publish configuration to enable public package access.

Changes:

  • Fixed npm publish access for public releases

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 11 Apr 15:01

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-publish workflow now triggers on tag push (v*) instead of the release: published event, creates the GitHub release (or reuses an existing one), and dispatches the opencode workflow to generate release notes.
  • Simplified opencode workflowopencode.yml no longer creates releases itself; it now receives the tag and release ID via workflow_dispatch inputs 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.

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 11 Apr 14:56

Release notes are being generated.