Skip to content

Commit

Permalink
Merge branch 'release-0.55.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Feb 9, 2018
2 parents be0328e + cf89454 commit 7c88295
Show file tree
Hide file tree
Showing 52 changed files with 545 additions and 171 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -10,3 +10,4 @@ bin/rollup
test/_tmp
test/hooks/tmp
test/tmp
test/typescript/typings
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# rollup changelog

## 0.55.4
* Improve name deconflicting of external variables ([#1930](https://github.com/rollup/rollup/pull/1930))
* Improve re-export handling ([#1947](https://github.com/rollup/rollup/pull/1947))
* Mark preserveSymlinks option as optional ([#1939](https://github.com/rollup/rollup/pull/1939))
* Enable code-splitting tests to check directory structures ([#1924](https://github.com/rollup/rollup/pull/1924))
* Improve TypeScript definition test ([#1954](https://github.com/rollup/rollup/pull/1954))

## 0.55.3
* Remove OpenCollective dependency ([#1915](https://github.com/rollup/rollup/pull/1915))

Expand Down

0 comments on commit 7c88295

Please sign in to comment.