Skip to content

Commit 131c1ca

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.1...v2.0.0) (2024-06-13) ### Features * update starter template ([e57dba3](e57dba3)) ### BREAKING CHANGES * Replace yarn with pnpm 9 * replaced eslint and prettier with biome Use the pnpm check and pnpm check —write commands and install the Biome VSCode extension * Minimum Node.js version set to 20 * Replace jest with vitest vitest is mostly compatible with jest API. You need to import test functions from vitest manually. There is a new pnpm test:ui command to visualize tests and their result. * Removed dotenv dependency Node.js now supports .env files natively using the —env-file=.env flag. * Moved from CJS to ESM * renovate is now run against main instead of dev - moved fibonacci.ts to lib/ subdirectory (test coverage is calculated for the lib/ subdirectory) - updated CI to Ubuntu 22 LTS and Node.js 20 LTS - Updated all dependencies - Update tsconfig.json to use @tsconfig/strictest and @tsconfig/node-lts - Renamed src/index.ts to src/main.ts - Use Top Level Await in main.ts - Correctly configure semantic release for next, alpha and beta releases Signed-off-by: Pascal Sthamer <[email protected]>
1 parent e57dba3 commit 131c1ca

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# [2.0.0](https://github.com/IPS-Hosting/node-typescript-starter/compare/v1.0.1...v2.0.0) (2024-06-13)
2+
3+
4+
### Features
5+
6+
* update starter template ([e57dba3](https://github.com/IPS-Hosting/node-typescript-starter/commit/e57dba37d72b32ae5476853e130f41a1ed8b5895))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Replace yarn with pnpm 9
12+
* replaced eslint and prettier with biome
13+
Use the pnpm check and pnpm check —write commands and install the Biome VSCode extension
14+
* Minimum Node.js version set to 20
15+
* Replace jest with vitest
16+
vitest is mostly compatible with jest API. You need to import test functions from vitest manually. There is a new pnpm test:ui command to visualize tests and their result.
17+
* Removed dotenv dependency
18+
Node.js now supports .env files natively using the —env-file=.env flag.
19+
* Moved from CJS to ESM
20+
* renovate is now run against main instead of dev
21+
22+
- moved fibonacci.ts to lib/ subdirectory (test coverage is calculated for the lib/ subdirectory)
23+
- updated CI to Ubuntu 22 LTS and Node.js 20 LTS
24+
- Updated all dependencies
25+
- Update tsconfig.json to use @tsconfig/strictest and @tsconfig/node-lts
26+
- Renamed src/index.ts to src/main.ts
27+
- Use Top Level Await in main.ts
28+
- Correctly configure semantic release for next, alpha and beta releases
29+
30+
Signed-off-by: Pascal Sthamer <[email protected]>
31+
132
## [1.0.1](https://github.com/IPS-Hosting/node-typescript-starter/compare/v1.0.0...v1.0.1) (2021-04-22)
233

334

0 commit comments

Comments
 (0)