Skip to content

Commit

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

### Bug Fixes

- **builtins:** fix issue where packages with identical names to built in modules wasn't resolvable. Closes [#46](https://github.com/wessberg/rollup-plugin-ts/issues/46) ([fe266f6](https://github.com/wessberg/rollup-plugin-ts/commit/fe266f69df5cb318acf3a2470237a1e12c3f17ac))

## [1.1.79](https://github.com/wessberg/rollup-plugin-ts/compare/v1.1.78...v1.1.79) (2019-11-17)

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

0 comments on commit c7776c0

Please sign in to comment.