Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Jun 13, 2019
1 parent bf43add commit 7a5057a
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 33 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# rollup changelog

## 1.15.2
*2019-06-13*

### Bug Fixes
* Make sure chunks emitted from transform hooks are also emitted for incremental builds in watch mode (#2933)

### Pull Requests
* [#2933](https://github.com/rollup/rollup/pull/2933): Reemit chunks emitted from transform hooks (@lukastaegert)

## 1.15.1
*2019-06-11*

Expand Down
54 changes: 27 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -60,7 +60,7 @@
"homepage": "https://github.com/rollup/rollup",
"dependencies": {
"@types/estree": "0.0.39",
"@types/node": "^12.0.7",
"@types/node": "^12.0.8",
"acorn": "^6.1.1"
},
"devDependencies": {
Expand All @@ -72,7 +72,7 @@
"acorn-import-meta": "^1.0.0",
"acorn-jsx": "^5.0.1",
"acorn-walk": "^6.1.1",
"ansi-escapes": "^4.1.0",
"ansi-escapes": "^4.2.0",
"buble": "^0.19.7",
"chokidar": "^2.1.6",
"console-group": "^0.3.3",
Expand All @@ -85,14 +85,14 @@
"execa": "^1.0.0",
"fixturify": "^1.2.0",
"hash.js": "^1.1.7",
"husky": "^2.4.0",
"husky": "^2.4.1",
"immutable": "^4.0.0-rc.12",
"is-reference": "^1.1.2",
"istanbul": "^0.4.5",
"lint-staged": "^8.2.0",
"locate-character": "^2.0.5",
"magic-string": "^0.25.2",
"markdownlint-cli": "^0.16.0",
"markdownlint-cli": "^0.17.0",
"micromatch": "^4.0.2",
"minimist": "^1.2.0",
"mocha": "^6.1.4",
Expand All @@ -102,7 +102,7 @@
"remap-istanbul": "^0.13.0",
"require-relative": "^0.8.7",
"requirejs": "^2.3.6",
"rollup": "^1.14.4",
"rollup": "^1.15.1",
"rollup-plugin-alias": "^1.5.2",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-commonjs": "^10.0.0",
Expand All @@ -121,7 +121,7 @@
"sourcemap-codec": "^1.4.4",
"systemjs": "^3.1.6",
"terser": "^4.0.0",
"tslib": "^1.9.3",
"tslib": "^1.10.0",
"tslint": "^5.17.0",
"turbocolor": "^2.6.1",
"typescript": "^3.5.1",
Expand Down

0 comments on commit 7a5057a

Please sign in to comment.