Skip to content

Releases: natterstefan/scripts

1.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Apr 14:23

1.2.0 (2021-04-18)

Features

  • removed figlet and render header for help command with chalk only (f235e95)

1.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Apr 13:52

1.1.0 (2021-04-18)

Features

  • added chalk, figlet to help command, as well as version and description (e48ff15)

1.0.5

Choose a tag to compare

@github-actions github-actions released this 18 Apr 13:19

1.0.5 (2021-04-18)

Bug Fixes

  • add missing tslib dependency (dc97f88)

1.0.4

Choose a tag to compare

@github-actions github-actions released this 18 Apr 13:11

1.0.4 (2021-04-18)

Bug Fixes

  • remove mix of import and module.exports in version command (56a9b43)

1.0.3

Choose a tag to compare

@github-actions github-actions released this 18 Apr 13:04

1.0.3 (2021-04-18)

Bug Fixes

  • added @tsconfig/node14, main in package.json and requires min. node@14 (2ae715c)

1.0.2

Choose a tag to compare

@github-actions github-actions released this 18 Apr 11:59

1.0.2 (2021-04-18)

Bug Fixes

  • fixed bin not working with scoped package name (45a5bae)

1.0.1

Choose a tag to compare

@github-actions github-actions released this 18 Apr 11:52

1.0.1 (2021-04-18)

Bug Fixes

  • alias for git-version is gv instead of cv (207e083)

1.0.0

Choose a tag to compare

@natterstefan natterstefan released this 18 Apr 11:42

1.0.0 (2021-04-18)

Features

  • add commanderjs (761cac5)
  • added dirty detection (91d3efe)
  • detect current commit hash or tag (6abc88a)
  • setup jest, prettier and eslint environment, added first cli test (fd3ef15)
  • simple setup (285200c)

Bug Fixes

  • dirty handling was not working properly (9ce5529)