We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c762e54 commit 271eaf4Copy full SHA for 271eaf4
packages/typescript/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @rollup/plugin-typescript ChangeLog
2
3
+## v8.3.3
4
+
5
+_2022-06-10_
6
7
+### Bugfixes
8
9
+- fix: allow tslib peerDependency to be optional for npm and pnpm (#1191)
10
11
## v8.3.2
12
13
_2022-04-13_
packages/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-typescript",
- "version": "8.3.2",
+ "version": "8.3.3",
"publishConfig": {
"access": "public"
},
0 commit comments