Skip to content

Releases: paulshryock/release-bump

v2.2.1

29 Jul 13:27
Compare
Choose a tag to compare

Changed

  • Update file util methods.
  • Update test coverage.

v2.2.0

29 Jul 01:57
Compare
Choose a tag to compare

Added

  • Add unit tests. [#22]
  • Add type util methods.
  • Add quiet CLI flag.
  • Add linting. [#26]

Changed

  • Update file util methods.

v2.1.0

21 Jul 13:56
Compare
Choose a tag to compare

Added

  • Add prefix configuration.

CLI

Options
  --prefix, -p  Include a "v" prefix before the version number.

JavaScript API

prefix

Include a "v" prefix before the version number.

  • Type: boolean
  • Default: false
  • Optional: true
import Bump from 'release-bump'

;(async function () {
  const options = {
    prefix: true,
  }

  const bump = new Bump(options)
  await bump.init()
})();

v2.0.0

21 Jul 00:16
Compare
Choose a tag to compare

Announcements

Version 2.0.0 includes breaking changes:

  • CLI configuration has been removed
  • JavaScript API configuration has been removed
  • JavaScript class instantiation should be followed by a call to init() inside an async function.

Added

  • Bump WordPress plugin.

Changed

  • Rewrite classes.

Removed

  • Remove configuration.

v1.3.0

20 May 14:59
Compare
Choose a tag to compare

Added

  • Bump WordPress theme version.

v1.2.1

05 Apr 14:19
Compare
Choose a tag to compare

Fixed

  • Fix release tags typo. [#12]

v1.2.0

05 Apr 14:04
Compare
Choose a tag to compare

Added

  • Get package version from CLI. [#7]
  • Get package help documentation from CLI.

Changed

  • Better logging.
  • Cancel Changelog bump if file does not exist.

v1.1.0

02 Apr 23:45
Compare
Choose a tag to compare

Added

  • Add CLI flag configuration. [#4]

v1.0.0

30 Mar 18:43
Compare
Choose a tag to compare

Added

  • Bump Changelog.