Skip to content

Commit

Permalink
Bump version to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsuh committed Sep 25, 2018
1 parent eeef8a8 commit 6dfdc0d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Changelog for Hamburgers.

## [1.1.0] - 9/24/2018
### Added
- Changing color of the hamburger in the active state thanks to @andreamaiolo [#20](https://github.com/jonsuh/hamburgers/pull/20)

### Fixed
- Removed `$hamburger-hover-transition-duration` and `$hamburger-hover-transition-timing-function`—types rely on custom timing, which render these useless.

## [0.9.3] - 1/15/2018
### Fixed
- Missing `@if` statements in `arrowturn` and `arrowturn-r` variants [#51](https://github.com/jonsuh/hamburgers/pull/51).
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-hamburgers",
"version": "0.9.3",
"version": "1.1.0",
"description": "Collection of tasty CSS-animated hamburger icons. Includes Sass files (modular and customizable), so cook up your own hamburger.",
"homepage": "https://jonsuh.com/hamburgers",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion lib/hamburgers/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Hamburgers
VERSION = "0.9.3"
VERSION = "1.1.0"
end
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hamburgers",
"version": "0.9.3",
"version": "1.1.0",
"description": "Collection of tasty CSS-animated hamburger icons. Includes Sass files (modular and customizable), so cook up your own hamburger.",
"homepage": "https://jonsuh.com/hamburgers",
"license": "MIT",
Expand Down

0 comments on commit 6dfdc0d

Please sign in to comment.