Skip to content

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

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)

v11.0.0

17 Jan 12:08
7fbc106

Choose a tag to compare

11.0.0 (2023-01-17)

⚠ BREAKING CHANGES

  • deps: update dependency conventional-changelog-conventionalcommits to v5. This is technically a breaking change for anyone relying on the exact formatting of the changelog, as it ensures that versions are always written with H2 headers.

Bug Fixes

  • deps: update dependency conventional-changelog-conventionalcommits to v5 (b38e900)
  • deps: update dependency conventional-changelog-conventionalcommits to v5. This is technically a breaking change for anyone relying on the exact formatting of the changelog, as it ensures that versions are always written with H2 headers. (ffa799a)

v10.1.0

11 Aug 13:54
c208356

Choose a tag to compare

10.1.0 (2022-08-11)

Features

  • options: Expose parser and writer options from conventional-commits-parser and conventional-commits-writer (185a461)
  • updater: add Gradle support (0cf439f)

Bug Fixes

  • use correct param for dryRun check (300b907)

v10.0.1

28 May 07:06
7b7ed56

Choose a tag to compare

10.0.1 (2022-05-28)

Bug Fixes

  • No longer warn inappropriately when a custom updater is provided as an object (5eb8886)

v10.0.0

25 May 12:41
1537b67

Choose a tag to compare

10.0.0 (2022-05-25)

⚠ BREAKING CHANGES

  • Drop support for node 10 and 12, support node 16 and 18

Bug Fixes

  • deps: update dependency yargs to v17 (d190c51)

Build System

  • Drop support for node 10 and 12, support node 16 and 18 (0f75115)

v9.6.0

25 May 11:47
14e4917

Choose a tag to compare

9.6.0 (2022-05-25)

Features

  • tag: add an option to force tag replacement (df5a94a)

Bug Fixes

  • Combining both release-as and prerelease now doesn't break package (5ecfa2e)
  • Fallback to git tag if no version in package file (57e7091)
  • No longer skips the commit if changelog and bump are both skipped but commitAll is set (08a0121)
  • Use relative path from .gitignore to avoid files matching inappropriately (d2491bc)
  • When a custom updater reports a version other than the new computed semver, that version is now correctly reported in log output (f2e83bf)

v9.5.0: chore(master): release 9.5.0 (#867)

25 May 09:57
017dcb6

Choose a tag to compare

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>