Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Apr 04:18
· 80 commits to master since this release

2.0.0 (2021-04-10)

Bug Fixes

  • jest: fix for failing on Windows 10 (1fe1d98)
  • package.json: now updates the version number in master on release (49a0f74)
  • packages: updated all packages and Node.js to latest stable version (48e6ddd)
  • templates: patched several build bugs in the generated template files (916c6d4)
  • windows: fix for Windows NVM not finding the .nvmrc patch version (4a1c936)

Code Refactoring

  • node: upgraded node version to 14 to patch various packages (7b266f7)

Features

  • templates: updated all packages to latest versions (a1ad1f1)

BREAKING CHANGES

  • node: You can no longer use Node 12 which will break the library for some users. 14 is
    now required due to several changes to how file manipulation is done.