We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c88274 commit ca7a668Copy full SHA for ca7a668
packages/typescript/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @rollup/plugin-typescript ChangeLog
2
3
+## v10.0.1
4
+
5
+_2022-11-28_
6
7
+### Bugfixes
8
9
+- fix: emit assets when watchMode is false. fixes #1354 ([5c88274](https://github.com/rollup/plugins/commit/5c882743475a4480cb82e42253de9290b7329511))
10
11
## v10.0.0
12
13
_2022-11-27_
packages/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-typescript",
- "version": "10.0.0",
+ "version": "10.0.1",
"publishConfig": {
"access": "public"
},
0 commit comments