diff --git a/CHANGELOG.md b/CHANGELOG.md index 26d5d68..bbb6cc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/bower.json b/bower.json index 0ad6123..3405589 100644 --- a/bower.json +++ b/bower.json @@ -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", diff --git a/lib/hamburgers/version.rb b/lib/hamburgers/version.rb index 0527be9..1afe3e9 100644 --- a/lib/hamburgers/version.rb +++ b/lib/hamburgers/version.rb @@ -1,3 +1,3 @@ module Hamburgers - VERSION = "0.9.3" + VERSION = "1.1.0" end diff --git a/package-lock.json b/package-lock.json index 2088f7f..f4c16f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hamburgers", - "version": "0.9.3", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0912b30..de70d2d 100644 --- a/package.json +++ b/package.json @@ -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",