Skip to content

Releases: absolute-version/commit-and-tag-version

v13.1.2

Choose a tag to compare

@github-actions github-actions released this 28 Jul 06:56
12204b8

13.1.2 (2026-07-28)

Bug Fixes

v13.1.1

Choose a tag to compare

@github-actions github-actions released this 28 Jul 06:46
0debe39

13.1.1 (2026-07-28)

Bug Fixes

  • Fix issue where prereleases were calculated from the wrong base (fixes #310) (1261803)

v13.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 07:19
2a344ca

13.1.0 (2026-07-21)

Features

v13.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 05:56
1ac8d4d

13.0.0 (2026-07-18)

⚠ BREAKING CHANGES

  • Update all conventional-changelog dependencies to their modern version. There are a few breaking changes that will affect users with custom presets, please see MIGRATION.md. This also raises the node minimum to node 22.
  • This package is now pure ESM. CLI uses should be unaffected. This raises the minimum engine to 20.19, and anyone using require will need to require('commit-and-tag-version').default

deps

  • Update all conventional-changelog dependencies to their modern version. There are a few breaking changes that will affect users with custom presets, please see MIGRATION.md. This also raises the node minimum to node 22. (c2d26bf)

Bug Fixes

Code Refactoring

  • This package is now pure ESM. CLI uses should be unaffected. This raises the minimum engine to 20.19, and anyone using require will need to require('commit-and-tag-version').default (89ba82e)

v12.7.3

Choose a tag to compare

@github-actions github-actions released this 08 May 07:49
67051d7

12.7.3 (2026-03-18)

Bug Fixes

  • update release workflow for npm OIDC trusted publishing (#281) (d0e3408)

v12.7.2

Choose a tag to compare

@github-actions github-actions released this 18 Mar 11:08
71b71f7

12.7.2 (2026-03-18)

Bug Fixes

  • maven: Preserve XML attributes when updating pom.xml files (#279) (81b4f98)

v12.7.1

Choose a tag to compare

@github-actions github-actions released this 18 Mar 10:24
0efd74d

12.7.1 (2026-03-18)

Bug Fixes

  • 🐛 updating dependency fast-xml-parser (#277) (dac372b)

v12.7.0

Choose a tag to compare

@github-actions github-actions released this 17 Mar 05:04
1d8cfa5

12.7.0 (2026-03-17)

Features

Bug Fixes

  • make prerelease-flag work with gradle files (#273) (24e2f02)

v12.6.1

Choose a tag to compare

@github-actions github-actions released this 01 Dec 02:22
939ae46

12.6.1 (2025-12-01)

Bug Fixes

  • bump: auto-increment prerelease when tag already exists (#258) (75d69a6)
  • use fast-xml-parser to parse and build XML. This substantially reduces the bundle size. (#234) (6075f4b)

v12.6.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 13:09
3bea4af

12.6.0 (2025-08-27)

Features

  • add --config option to allow custom config file path (#237) (3958e68)