Skip to content

Commit

Permalink
1.1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Feb 25, 2019
1 parent 90b4187 commit 31f6429
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [1.1.29](https://github.com/wessberg/rollup-plugin-ts/compare/v1.1.28...v1.1.29) (2019-02-25)

### Bug Fixes

- **bug:** adds support for missing node types ([b5de5ee](https://github.com/wessberg/rollup-plugin-ts/commit/b5de5ee))
- **bug:** adds support for missing node types ([608d38d](https://github.com/wessberg/rollup-plugin-ts/commit/608d38d))
- **bug:** adds support for missing node types ([9079f2d](https://github.com/wessberg/rollup-plugin-ts/commit/9079f2d))
- **bug:** adds support for missing node types ([6a90228](https://github.com/wessberg/rollup-plugin-ts/commit/6a90228))
- **bug:** fixes an issue where named exports could be removed under some circumstances ([322df0c](https://github.com/wessberg/rollup-plugin-ts/commit/322df0c))
- **bug:** fixes an issue with ExportAssignmens ([cafa7ad](https://github.com/wessberg/rollup-plugin-ts/commit/cafa7ad))

### Features

- **declarations:** far improved support for default exports/imports while bundling declarations across chunks ([4ad18d2](https://github.com/wessberg/rollup-plugin-ts/commit/4ad18d2))

## [1.1.28](https://github.com/wessberg/rollup-plugin-ts/compare/v1.1.27...v1.1.28) (2019-02-06)

### Bug Fixes
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<!-- SHADOW_SECTION_BADGES_START -->

<a href="https://npmcharts.com/compare/%40wessberg%2Frollup-plugin-ts?minimal=true"><img alt="Downloads per month" src="https://img.shields.io/npm/dm/%40wessberg%2Frollup-plugin-ts.svg" /></a>
<a href="https://www.npmjs.com/package/%40wessberg%2Frollup-plugin-ts"><img alt="NPM version" src="https://badge.fury.io/js/%40wessberg%2Frollup-plugin-ts.svg" /></a>
<a href="https://david-dm.org/wessberg/rollup-plugin-ts"><img alt="Dependencies" src="https://img.shields.io/david/wessberg%2Frollup-plugin-ts.svg" /></a>
<a href="https://github.com/wessberg/rollup-plugin-ts/graphs/contributors"><img alt="Contributors" src="https://img.shields.io/github/contributors/wessberg%2Frollup-plugin-ts.svg" /></a>
<a href="https://github.com/prettier/prettier"><img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square" /></a>
Expand Down Expand Up @@ -82,11 +83,11 @@ In comparison with the [official plugin](https://github.com/rollup/rollup-plugin
- [Maintainers](#maintainers)
- [Backers](#backers)
- [Patreon](#patreon)
- [FAQ](#faq)
- [Does this plugin work with Code Splitting?](#does-this-plugin-work-with-code-splitting)
- [Why wouldn't you use just Typescript?](#why-wouldnt-you-use-just-typescript)
- [Okay, then why wouldn't you use just babel?](#okay-then-why-wouldnt-you-use-just-babel)
- [When combined with Babel, what does Typescript do, and what does Babel do?](#when-combined-with-babel-what-does-typescript-do-and-what-does-babel-do)
- [FAQ](#faq)
- [Does this plugin work with Code Splitting?](#does-this-plugin-work-with-code-splitting)
- [Why wouldn't you use just Typescript?](#why-wouldnt-you-use-just-typescript)
- [Okay, then why wouldn't you use just babel?](#okay-then-why-wouldnt-you-use-just-babel)
- [When combined with Babel, what does Typescript do, and what does Babel do?](#when-combined-with-babel-what-does-typescript-do-and-what-does-babel-do)
- [License](#license)

<!-- SHADOW_SECTION_TOC_END -->
Expand Down Expand Up @@ -436,7 +437,7 @@ Do you want to contribute? Awesome! Please follow [these recommendations](./CONT

<!-- SHADOW_SECTION_FAQ_START -->

### FAQ
## FAQ

<!-- SHADOW_SECTION_FAQ_END -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wessberg/rollup-plugin-ts",
"version": "1.1.28",
"version": "1.1.29",
"description": "A Rollup plugin for Typescript that respects Browserslists",
"scripts": {
"generate:readme": "scaffold readme --yes",
Expand Down

0 comments on commit 31f6429

Please sign in to comment.