Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Nov 8, 2017
1 parent 37b876a commit d91cba0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# rollup changelog

## 0.51.0
* Massive improvements to the treeshaking algorithm ([#1667](https://github.com/rollup/rollup/pull/1667))

## 0.50.1
* Fix treeshaking regression ([#1695](https://github.com/rollup/rollup/pull/1695))
* Treeshaking improvements ([#1650](https://github.com/rollup/rollup/pull/1650))
* Enable installation from Github ([#1670](https://github.com/rollup/rollup/pull/1670))
* Update documentation ([#1660](https://github.com/rollup/rollup/pull/1660))

## 0.50.0

* Many treeshaking improvements ([#1624](https://github.com/rollup/rollup/pull/1624))
Expand Down

4 comments on commit d91cba0

@kzc
Copy link
Contributor

@kzc kzc commented on d91cba0 Nov 8, 2017

Choose a reason for hiding this comment

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

@lukastaegert I see a git tag for v0.50.0 but none for v0.51.0 and v0.50.1.

@lukastaegert
Copy link
Member Author

Choose a reason for hiding this comment

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

Neither do I. Which is weird since I used npm version do update the version which actually creates git tags. I also see these tags in my commit history. Any idea why Github is not picking this up?

@kzc
Copy link
Contributor

@kzc kzc commented on d91cba0 Nov 8, 2017

Choose a reason for hiding this comment

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

@lukastaegert
Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks 👍! I do not work with tags very often and forgot that they are actually handled by git like branches, i.e. they have to be pushed manually. Fixed now!

Please sign in to comment.