Skip to content

Commit

Permalink
increment to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Deverell committed Aug 23, 2016
1 parent d62143a commit 0a2339c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.1.0 - 2016-08-23]
### Fixed
- When [requestAnimationFrame] does not exist, call the callback immediately
and ignore further events for 1/60th of a second. Old behavior was to wait
Expand All @@ -21,4 +21,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).

[requestAnimationFrame]: https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame

[Unreleased]: https://github.com/pelotoncycle/frame-throttle/compare/v1.0.0...HEAD
[1.1.0]: https://github.com/pelotoncycle/frame-throttle/compare/v1.0.0...v1.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frame-throttle",
"version": "1.0.0",
"version": "1.1.0",
"description": "A lightweight way to throttle events using requestAnimationFrame",
"main": "throttle.js",
"scripts": {
Expand Down

0 comments on commit 0a2339c

Please sign in to comment.