Skip to content

Commit

Permalink
🎬 Prepare v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jerone committed Jul 3, 2016
1 parent 1723268 commit 76eab8b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,20 @@ 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/v0.4.0...master) - Unreleased
## [vNext](https://github.com/suda/tool-bar/compare/v1.0.0...master) - Unreleased

* ...

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

* Convert to ES6 (by [@zertosh](https://github.com/zertosh))
* :fire: Removed space-pen dependency. Closes [#135](https://github.com/suda/tool-bar/issues/135) (by [@zertosh](https://github.com/zertosh))
* :bug: Fixed priority calculation
* :art: Add transparency fadeout to spacers (by [@phoenixenero](https://github.com/phoenixenero))
* Update Material Design Icons (by [@unluisco](https://github.com/unluisco))
* :art: Some theme fixes.
* :fire: Removed deprecated code. Fixes [#133](https://github.com/suda/tool-bar/issues/133)

## [v0.4.0](https://github.com/suda/tool-bar/compare/v0.3.0...v0.4.0) - 2016-03-18

* :sparkles: Full width header & footer tool bar. Closes [#91](https://github.com/suda/tool-bar/issues/91)
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": "0.4.0",
"version": "1.0.0",
"description": "Package providing customisable tool bar",
"keywords": [
"toolbar",
Expand Down

0 comments on commit 76eab8b

Please sign in to comment.