Skip to content

Commit 9c09915

Browse files
committed
1.3.13
1 parent a513caa commit 9c09915

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.3.13](https://github.com/wessberg/rollup-plugin-ts/compare/v1.3.12...v1.3.13) (2021-04-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **logging:** don't console log ModuleDeclarations ([a513caa](https://github.com/wessberg/rollup-plugin-ts/commit/a513caa3cde31d9f6ba7ad1567d58e4c7ef1a889))
7+
8+
9+
110
## [1.3.12](https://github.com/wessberg/rollup-plugin-ts/compare/v1.3.11...v1.3.12) (2021-04-13)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wessberg/rollup-plugin-ts",
3-
"version": "1.3.12",
3+
"version": "1.3.13",
44
"description": "A TypeScript Rollup plugin that bundles declarations and respects Browserslists",
55
"scripts": {
66
"generate:scaffold": "scaffold all --yes",

0 commit comments

Comments
 (0)