Skip to content

Commit

Permalink
1.1.79
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Nov 17, 2019
1 parent 75fb907 commit 91c3943
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.1.79](https://github.com/wessberg/rollup-plugin-ts/compare/v1.1.78...v1.1.79) (2019-11-17)

### Features

- **hook:** add 'diagnostics' hook. Closes [#50](https://github.com/wessberg/rollup-plugin-ts/issues/50) ([75fb907](https://github.com/wessberg/rollup-plugin-ts/commit/75fb90739398162f7c0903da795b086a2d1135c9))

## [1.1.78](https://github.com/wessberg/rollup-plugin-ts/compare/v1.1.77...v1.1.78) (2019-11-13)

### Bug Fixes
Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ In comparison with the [official plugin](https://github.com/rollup/rollup-plugin
- [Features](#features)
- [Table of Contents](#table-of-contents)
- [Install](#install)
- [NPM](#npm)
- [npm](#npm)
- [Yarn](#yarn)
- [pnpm](#pnpm)
- [Usage](#usage)
- [Using it with just Typescript](#using-it-with-just-typescript)
- [Typescript and tslib helpers](#typescript-and-tslib-helpers)
Expand All @@ -79,6 +80,7 @@ In comparison with the [official plugin](https://github.com/rollup/rollup-plugin
- [Advanced example of using Typescript, Babel, and Browserslists together](#advanced-example-of-using-typescript-babel-and-browserslists-together)
- [Hooks](#hooks)
- [The `outputPath` hook](#the-outputpath-hook)
- [The `diagnostics` hook](#the-diagnostics-hook)
- [Full list of plugin options](#full-list-of-plugin-options)
- [`transpiler`](#transpiler)
- [`babelConfig`](#babelconfig)
Expand Down Expand Up @@ -114,7 +116,7 @@ In comparison with the [official plugin](https://github.com/rollup/rollup-plugin

## Install

### NPM
### npm

```
$ npm install @wessberg/rollup-plugin-ts
Expand All @@ -126,6 +128,12 @@ $ npm install @wessberg/rollup-plugin-ts
$ yarn add @wessberg/rollup-plugin-ts
```

### pnpm

```
$ pnpm add @wessberg/rollup-plugin-ts
```

<!-- SHADOW_SECTION_INSTALL_END -->

<!-- SHADOW_SECTION_USAGE_START -->
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.78",
"version": "1.1.79",
"description": "A Typescript Rollup plugin that bundles declarations and respects Browserslists",
"scripts": {
"generate:scaffold": "scaffold all --yes",
Expand Down

0 comments on commit 91c3943

Please sign in to comment.