chore(version): v3.4.0
This commit is contained in:
11
packages/typescript-config/CHANGELOG.md
Normal file
11
packages/typescript-config/CHANGELOG.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
|
||||
|
||||
- - -
|
||||
## typescript-config-v1.1.0 - 2025-10-03
|
||||
#### Features
|
||||
- **(typescript-config)** Allow synthetic default imports in base config - (c11151e) - *trbernstein*
|
||||
|
||||
- - -
|
||||
|
||||
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
|
||||
@@ -1,8 +1,10 @@
|
||||
{
|
||||
"name": "@tabshift/typescript-config",
|
||||
"description": "Shared TypeScript config of Tabshift",
|
||||
"version": "1.0.0",
|
||||
"files": ["*.json"],
|
||||
"version": "1.1.0",
|
||||
"files": [
|
||||
"*.json"
|
||||
],
|
||||
"author": "T. R. Bernstein <ljspkgs01-project@tabshift.dev>",
|
||||
"license": "EUPL-1.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user