Skip to content

Commit

Permalink
Version bump to 3.2.0 and changelog (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
thoov authored Aug 15, 2019
1 parent b4fb6a9 commit a78b7ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# master

# 3.2.0

* Add input node change tracking (#419)
* Initial typescript conversion (#422)
* Fixup cli usage information (#421)
* Use a more appropriate data structure for nodeWrappers (#418)
* Support serving over HTTPS (#417)

# 3.1.2

* Enable colored syntax highlighting in error messages from babel ()#415)
* Enable colored syntax highlighting in error messages from babel (#415)

* [BUGFIX] Add `annotation` object for broccoli-sane-watcher compatiblity

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": "broccoli",
"version": "3.1.2",
"version": "3.2.0",

This comment has been minimized.

Copy link
@stefanpenner

stefanpenner Feb 29, 2020

Contributor

@thoov This commit does not appear to be tagged, please don't forget to tag releases.

This comment has been minimized.

Copy link
@stefanpenner

stefanpenner Feb 29, 2020

Contributor

corrected, we now have v3.2.0 in git tags as well (pinned to this commit)

"description": "Fast client-side asset builder",
"keywords": [
"asset",
Expand Down

0 comments on commit a78b7ac

Please sign in to comment.