Skip to content

Commit fc7b39a

Browse files
committed
1.2.33
1 parent bcb7084 commit fc7b39a

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-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.2.33](https://github.com/wessberg/rollup-plugin-ts/compare/v1.2.32...v1.2.33) (2020-07-29)
2+
3+
### Features
4+
5+
- **hook:** add 'declarationStats' hook. Fixes [#92](https://github.com/wessberg/rollup-plugin-ts/issues/92) ([bcb7084](https://github.com/wessberg/rollup-plugin-ts/commit/bcb7084800a5034215c45642c787ff44cd2051d1))
6+
17
## [1.2.32](https://github.com/wessberg/rollup-plugin-ts/compare/v1.2.31...v1.2.32) (2020-07-29)
28

39
### Bug Fixes

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ very powerful bundling and tree-shaking of generated Typescript declaration file
8282
- [Hooks](#hooks)
8383
- [The `outputPath` hook](#the-outputpath-hook)
8484
- [The `diagnostics` hook](#the-diagnostics-hook)
85+
- [The `declarationStats` hook](#the-declarationstats-hook)
86+
- [The `externalTypes` property](#the-externaltypes-property)
8587
- [Full list of plugin options](#full-list-of-plugin-options)
8688
- [`transpiler`](#transpiler)
8789
- [`babelConfig`](#babelconfig)

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