Skip to content

Commit a7f10fd

Browse files
committed
1.3.1
1 parent f567d6c commit a7f10fd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.3.1](https://github.com/wessberg/rollup-plugin-ts/compare/v1.3.0...v1.3.1) (2020-07-31)
2+
3+
### Bug Fixes
4+
5+
- **allowJs:** don't attempt to include .mjs files in a TypeScript program to align with tsc behavior. Fixes [#106](https://github.com/wessberg/rollup-plugin-ts/issues/106) ([f567d6c](https://github.com/wessberg/rollup-plugin-ts/commit/f567d6c4a9259568360af7c819cda4a95edc744d))
6+
17
# [1.3.0](https://github.com/wessberg/rollup-plugin-ts/compare/v1.2.34...v1.3.0) (2020-07-31)
28

39
### Bug Fixes

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.0",
3+
"version": "1.3.1",
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)