Releases: tksst/next-app-additions
Releases · tksst/next-app-additions
v1.5.0
Minor Changes
- c5e1b65: do not touch the
target
field of `tsconfig.json`` because create-next-app will no longer add the option to it.
see: #60521 Remove unused target: es5 from tsconfig.json in create-next-app
v1.4.2
v1.4.1
Patch Changes
- 0444aba: migrate from npm-run-all to npm-run-all2 because the latest release of npm-run-all does not fix this bug: mysticatea/npm-run-all#171
v1.4.0
v1.3.0
Minor Changes
- 0cfce47: introduce @typescript-eslint to ESLint configuration
Patch Changes
- e8febbb: update the action used in the workflows of GitHub Actions to be added to the Next.js project