Skip to content

Commit

Permalink
-> v0.49.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Sep 8, 2017
1 parent db82567 commit 0d20ed1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# rollup changelog

## 0.49.3

* Respect `watch` options ([#1596](https://github.com/rollup/rollup/issues/1596))
* Fix treeshaking regressions ([#1604](https://github.com/rollup/rollup/pull/1604))
* Allow `-o` to work with `output.format` ([#1606](https://github.com/rollup/rollup/pull/1606))

## 0.49.2

* Fix treeshaking regressions ([#1591](https://github.com/rollup/rollup/pull/1591))
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rollup",
"version": "0.49.2",
"version": "0.49.3",
"description": "Next-generation ES6 module bundler",
"main": "dist/rollup.js",
"module": "dist/rollup.es.js",
Expand Down

2 comments on commit 0d20ed1

@UncleBill
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Rich-Harris ,

Why not using npm version to bump version? It will update package-lock.json by the way.

@Runrioter
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently, do you do with manual operation or tools for publishing version?

Please sign in to comment.