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 ab36ab6 commit 4a1b9daCopy full SHA for 4a1b9da
packages/alias/CHANGELOG.md
@@ -1,5 +1,16 @@
1
# @rollup/plugin-alias ChangeLog
2
3
+## v3.1.2
4
+
5
+_2021-01-29_
6
7
+### Updates
8
9
+- chore: upgrade TypeScript (#708)
10
+- chore: add missing readonly to internal function (#680)
11
+- chore: fix TS error in function call (d04778c)
12
+- chore: update dependencies (b3b8efd)
13
14
## v3.1.1
15
16
_2020-06-05_
packages/alias/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-alias",
- "version": "3.1.1",
+ "version": "3.1.2",
"publishConfig": {
"access": "public"
},
0 commit comments