Skip to content

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

v12.2.0

15 Jan 22:37
7ebdacd

Choose a tag to compare

12.2.0 (2024-01-15)

Features

v12.1.0

08 Jan 09:18
c137339

Choose a tag to compare

12.1.0 (2024-01-06)

Features

v12.0.0

31 Oct 10:22
603ef3f

Choose a tag to compare

12.0.0 (2023-10-31)

⚠ BREAKING CHANGES

  • Drop support for node 14, 16. Now supports node 18 and 20.

Bug Fixes

  • Drop support for node 14, 16. Now supports node 18 and 20. (b1a58bc)
  • preserve frontmatter when updating changelog (#108) (abdcfe2)

v11.3.0

10 Oct 01:16
95db97a

Choose a tag to compare

11.3.0 (2023-10-10)

Features

  • updater: add .csproj file support (#95) (a96554c)

v11.2.4

02 Oct 07:25
51ac361

Choose a tag to compare

11.2.4 (2023-10-02)

Bug Fixes

  • allow bump task to handle versions with build metadata (33913ee)
  • handle invalid versions passed to releaseAs (33913ee)

v11.2.3

22 Aug 11:41
1912775

Choose a tag to compare

11.2.3 (2023-08-22)

Bug Fixes

  • bump: propagate the parserOpts from args to conventionalRecommendedBump, fixing an issue with custom headerPatterns (#89) (bc685be)

v11.2.2

18 Jun 02:50
9ed2207

Choose a tag to compare

11.2.2 (2023-06-18)

Bug Fixes

  • deps: update dependency conventional-changelog-conventionalcommits to v6 (285f5e7)
  • deps: update dependency conventional-changelog-conventionalcommits to v6 (#81) (ab67fa4)
  • deps: update dependency conventional-changelog-conventionalcommits to v6.1.0 (39827d3)
  • deps: update dependency conventional-changelog-conventionalcommits to v6.1.0 (#86) (a8580d5)
  • deps: update dependency conventional-recommended-bump to v7 (5978564)
  • deps: update dependency conventional-recommended-bump to v7 (#83) (1c9f82e)
  • deps: update dependency git-semver-tags to v5 (97e0237)
  • deps: update dependency git-semver-tags to v5 (#80) (46ea506)

v11.2.1

05 Apr 02:46
2e3f60a

Choose a tag to compare

11.2.1 (2023-04-05)

Bug Fixes

  • dep: add stringify-package to project source, removing the deprecation warning on npm install (#65) (3a959a7)

v11.2.0

15 Mar 07:15
e90eee0

Choose a tag to compare

11.2.0 (2023-03-15)

Features

  • implement detect pm name (174a8bd)
  • support config npmClient (c33686a)
  • Support customizing the npm publish hint message with a new option: npmPublishHint (1f77110)

v11.1.0

14 Feb 00:44
fa1c031

Choose a tag to compare

11.1.0 (2023-02-14)

Features

  • Expose release count option (40d27f8)
  • replace the changelog if releaseCount = 0 (d18af90)

Bug Fixes

  • ensure git signatures are not present (268800b)