Skip to content

Releases: geut/chan

v3.2.8

27 Jun 21:33
v3.2.8
168424f
Compare
Choose a tag to compare

v3.2.2

24 Sep 15:52
e67c04c
Compare
Choose a tag to compare

3.2.2 - 2021-09-24

Fixed

  • reference correct octokit action for creating releases #67

v3.2.1

22 Sep 12:01
Compare
Choose a tag to compare

3.2.1 - 2021-09-22

Fixed

  • Issue with gitUrlParse source result not matching the providers map. Related #64.

v3.2.0

01 Sep 12:50
Compare
Choose a tag to compare

3.2.0 - 2021-09-01

Added

  • Add new config --release-prefix for addRelease and createGithubRelease

v3.1.0

07 Jul 19:26
Compare
Choose a tag to compare

3.1.0 - 2021-07-07

Added

  • Compatibility with node v12.22.1
  • Tests for commands in @geut/chan CLI

Fixed

  • Issue #60 related to fs/promises which is not implemented in node v12

v3.0.3

06 Jul 11:27
Compare
Choose a tag to compare

3.0.3 - 2021-07-05

Fixed

  • First version was not being linked with the release url instead of compare url. #58
  • Issue resolving .git when --path argument was passed.

v3.0.2

25 Jun 12:11
Compare
Choose a tag to compare

3.0.2 - 2021-06-25

Fixed

  • Jest resolver not working with exports/module.

Removed

  • Removed main field from package.json files.

v3.0.1

23 Jun 14:54
Compare
Choose a tag to compare

3.0.1 - 2021-06-23

Fixed

  • Issue with @geut/git-url-parse not finding .git directory automatically.

v3.0.0

23 Jun 12:23
Compare
Choose a tag to compare

3.0.0 - 2021-06-22

Changed

  • Moved all packages to ESM mode.

Removed

  • Support for node < 12 for CLI.

v2.3.0

23 Jun 12:09
Compare
Choose a tag to compare

2.3.0 - 2021-06-03

Added

  • New command show to display the CHANGELOG entries of a specific version