Skip to content

Commit da136cc

Browse files
committed
1.1.65
1 parent d27555c commit da136cc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.1.65](https://github.com/wessberg/rollup-plugin-ts/compare/v1.1.64...v1.1.65) (2019-09-30)
2+
3+
### Features
4+
5+
- **hook:** add hook that can rewrite output paths before files are emitted. ([4ec63ba](https://github.com/wessberg/rollup-plugin-ts/commit/4ec63ba))
6+
17
## [1.1.64](https://github.com/wessberg/rollup-plugin-ts/compare/v1.1.63...v1.1.64) (2019-08-29)
28

39
## [1.1.63](https://github.com/wessberg/rollup-plugin-ts/compare/v1.1.62...v1.1.63) (2019-08-12)
@@ -376,8 +382,8 @@
376382

377383
### Features
378384

379-
- Made JavaScript files resolved from the paths property inside a tsconfig be passed on to Rollup ([a1c990c](https://github.com/wessberg/rollup-plugin-ts/commit/a1c990c))
380385
- **release:** ground-up rewrite and some changes to the public API ([e43045c](https://github.com/wessberg/rollup-plugin-ts/commit/e43045c)), closes [#2](https://github.com/wessberg/rollup-plugin-ts/issues/2)
386+
- Made JavaScript files resolved from the paths property inside a tsconfig be passed on to Rollup ([a1c990c](https://github.com/wessberg/rollup-plugin-ts/commit/a1c990c))
381387

382388
### BREAKING CHANGES
383389

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.1.64",
3+
"version": "1.1.65",
44
"description": "A Typescript Rollup plugin that bundles declarations and respects Browserslists",
55
"scripts": {
66
"generate:readme": "scaffold readme --yes",

0 commit comments

Comments
 (0)