Skip to content

Commit 81b7012

Browse files
committed
chore(release): 0.1.0
1 parent 5ba0cb6 commit 81b7012

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [0.1.0](https://github.com/cookielab/typescript-config/compare/v0.0.4...v0.1.0) (2026-04-27)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **typescript:** update TypeScript to version 6
11+
12+
### Features
13+
14+
* **compilerOptions:** fix tsbuildInfo file path to node_modules of the project ([bff3cb8](https://github.com/cookielab/typescript-config/commit/bff3cb8b361e449136eec207d2c016a333733344))
15+
* **compilerOptions:** remove the depreacted allowSyntheticDefaultImports option ([e23f9c3](https://github.com/cookielab/typescript-config/commit/e23f9c3e90ffee4c388f9314124b6c214dbcdcf1))
16+
* **compilerOptions:** remove the deprecated alwaysStrict option ([dcd5746](https://github.com/cookielab/typescript-config/commit/dcd57461e6f156f6696f8cdb5779f406c9e5194f))
17+
* **compilerOptions:** remove the deprecated baseUrl option ([d11d98e](https://github.com/cookielab/typescript-config/commit/d11d98eece78cb1672b05267fbeffe9a845435e1))
18+
* **compilerOptions:** remove the deprecated downlevelIteration option ([5142a3e](https://github.com/cookielab/typescript-config/commit/5142a3e5f959b87f5a870f51842c7e2840225a97))
19+
* **compilerOptions:** remove the deprecated esModuleInterop option ([75e16db](https://github.com/cookielab/typescript-config/commit/75e16db64fa6b310aabb6d7f3e35bd1f0b083c9e))
20+
* **compilerOptions:** remove the deprecated outFile option ([d4e87c1](https://github.com/cookielab/typescript-config/commit/d4e87c1d7b026aaea84b5760f604cc569c2a56c9))
21+
* **schema:** update schema to the latest version ([dd3ae86](https://github.com/cookielab/typescript-config/commit/dd3ae866da35e15af0e20e5fe89f4c1d2204c3c4))
22+
* **typescript:** update TypeScript to version 6 ([5045408](https://github.com/cookielab/typescript-config/commit/5045408c03c235cb392be021ffbe52cf2f22bf4b))
23+
524
## [0.0.4](https://github.com/cookielab/typescript-config/compare/v0.0.3...v0.0.4) (2026-04-27)
625

726

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cookielab.io/typescript-config",
33
"description": "Shareable TypeScript configuration for a simple project kickoff.",
4-
"version": "0.0.4",
4+
"version": "0.1.0",
55
"files": [
66
"dist"
77
],

0 commit comments

Comments
 (0)