We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc55c44 commit c358daeCopy full SHA for c358dae
packages/typescript/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @rollup/plugin-typescript ChangeLog
2
3
+## v12.1.1
4
+
5
+_2024-10-16_
6
7
+### Bugfixes
8
9
+- fix: allow for files to be nested in folders within outDir (#1783)
10
11
## v12.1.0
12
13
_2024-09-22_
packages/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-typescript",
- "version": "12.1.0",
+ "version": "12.1.1",
"publishConfig": {
"access": "public"
},
0 commit comments