Skip to content

Commit

Permalink
Prepare v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zertosh committed Mar 10, 2017
1 parent 21e670e commit 2500408
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
Expand Up @@ -4,10 +4,18 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/) and
tries to follow the [Keep a CHANGELOG](http://keepachangelog.com) convention.

## [vNext](https://github.com/suda/tool-bar/compare/v1.0.1...master) - Unreleased
## [vNext](https://github.com/suda/tool-bar/compare/v1.1.0...master) - Unreleased

* ...

## [v1.1.0](https://github.com/suda/tool-bar/compare/v1.0.1...v1.1.0) - 2017-03-10

* Removed API v0.1.0. [PR #153](https://github.com/suda/tool-bar/pull/153) (by [@zertosh](https://github.com/zertosh))
* Moved menu from Packages to View. [PR #161](https://github.com/suda/tool-bar/pull/161) (by [@jerone](https://github.com/jerone))
* Perf improvements by debouncing `drawGutter`. [PR #164](https://github.com/suda/tool-bar/pull/164) (by [@zertosh](https://github.com/zertosh))
* Allow multiple commands in an array. [PR #171](https://github.com/suda/tool-bar/pull/171) (by [@UziTech](https://github.com/UziTech))
* Update One themes. The One themes now handle the borders/padding of panels, so tool-bar doesn't have to worry about it. [PR #160](https://github.com/suda/tool-bar/pull/160) (by [@simurai](https://github.com/simurai))

## [v1.0.1](https://github.com/suda/tool-bar/compare/v1.0.0...v1.0.1) - 2016-08-07

* :art: Full-width is the new standard for the status-bar This restores bottom
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": "tool-bar",
"version": "1.0.1",
"version": "1.1.0",
"description": "Package providing customisable tool bar",
"keywords": [
"toolbar",
Expand Down

0 comments on commit 2500408

Please sign in to comment.