@sicoti/tsconfig 2.0.0 โ†’ 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.2](https://github.com/Yuzu02/SICOTI/compare/tsconfig-v2.0.1...tsconfig-v2.0.2) (2026-08-23)
4
+
5
+
6
+ ### ๐Ÿ› Bug Fixes
7
+
8
+ * **tsconfig:** ๐Ÿงช allow the package contract its declared runtime ([93b0733](https://github.com/Yuzu02/SICOTI/commit/93b0733c967d4e6263a34a9fa84cc8fd123c69cd))
9
+ * **tsconfig:** ๐Ÿงช allow the package contract its declared runtime ([f792ae3](https://github.com/Yuzu02/SICOTI/commit/f792ae358e3da638f1f4210bb865c31e8a322da4))
10
+
11
+ ## [2.0.1](https://github.com/Yuzu02/SICOTI/compare/tsconfig-v2.0.0...tsconfig-v2.0.1) (2026-08-23)
12
+
13
+
14
+ ### ๐Ÿ› Bug Fixes
15
+
16
+ * **release:** ๐Ÿงญ recover tsconfig publication workflow ([710de2d](https://github.com/Yuzu02/SICOTI/commit/710de2d4c3f9a47c1c4a11ddf8ceddf1ec89ae84))
17
+ * **release:** ๐Ÿงญ recover tsconfig publication workflow ([ab8a982](https://github.com/Yuzu02/SICOTI/commit/ab8a982f01509d1daef191cd6321089343b58bf7))
18
+
3
19
  ## [2.0.0](https://github.com/Yuzu02/SICOTI/compare/tsconfig-v1.1.0...tsconfig-v2.0.0) (2026-08-23)
4
20
 
5
21
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://www.schemastore.org/package.json",
3
3
  "name": "@sicoti/tsconfig",
4
- "version": "2.0.0",
4
+ "version": "2.0.2",
5
5
  "description": "Centralized, shareable TypeScript configuration presets for monorepos and multi-project setups โ€” provides consistent, battle-tested tsconfig bases (Base, Next.js, React libraries, Bun, NestJS) to reduce duplication, enforce best practices, and simplify upgrades.",
6
6
  "type": "module",
7
7
  "author": "SICOTI Team <dev@sicoti.org>",