Skip to content

Releases: jariikonen/create-project

create-project: v0.1.5

27 Aug 14:18
a0144b3

Choose a tag to compare

0.1.5 (2025-08-27)

Miscellaneous Chores

  • release 0.1.5 (last commit should be released) (0fdcd6b)
  • rename tsBuildInfoFile in tsconfig.lib.json of template-react-lib (2c90b55)

create-project: v0.1.4

22 Aug 12:45
5d8af36

Choose a tag to compare

0.1.4 (2025-08-22)

Features

  • add "main", "module", "types", "files" and "exports" properties to package.json of react-lib template (cb06f0e)

create-project: v0.1.3

22 Aug 07:06
a776224

Choose a tag to compare

0.1.3 (2025-08-22)

Bug Fixes

  • make configureVitest.react.ts include also @testing-library/jest-dom types in tsconfig (7704804)
  • make configureVitest.react.ts include also @testing-library/jest… (c93b625)

create-project: v0.1.2

21 Aug 06:53
0a72e90

Choose a tag to compare

0.1.2 (2025-08-21)

Bug Fixes

  • add react and react-dom also to devDependencies in react-lib template (d3eab10)

create-project: v0.1.1

20 Aug 06:20
10e49a0

Choose a tag to compare

0.1.1 (2025-08-20)

Features

  • allow adding either ESLint or Vitest or both if they are not selected when the CI workflow is (301d29a)
  • make GH workflow multiselect not required (f1dc369)

create-project: v0.1.0

19 Aug 12:48
469ae90

Choose a tag to compare

0.1.0 (2025-08-19)

Miscellaneous Chores