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 b02296a commit c2eb6e6Copy full SHA for c2eb6e6
CHANGELOG.md
@@ -1,13 +1,14 @@
1
# rollup changelog
2
3
## 1.16.4
4
-*unreleased*
+*2019-07-02*
5
6
### Bug Fixes
7
* Do not show a TypeScript error when providing a location as number to this.warn and this.error (#2974)
8
* Use the correct TypeScript type for Sourcemap.version (#2976)
9
10
### Pull Requests
11
+* [#2965](https://github.com/rollup/rollup/pull/2974): Use async readFile in getRollupDefaultPlugin (@kaksmet)
12
* [#2974](https://github.com/rollup/rollup/pull/2974): Align TS types, docs and implementation for this.warn and this.error (@lukastaegert)
13
* [#2976](https://github.com/rollup/rollup/pull/2976): Fix sourcemap type and update dependencies (@lukastaegert)
14
0 commit comments