From 0a2339c440fb36fa8ac37bd9559e4d893fc61f29 Mon Sep 17 00:00:00 2001 From: Mike Deverell Date: Tue, 23 Aug 2016 13:17:52 -0400 Subject: [PATCH] increment to v1.1.0 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b309759..011da64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index c4049e2..ef53001 100644 --- a/package.json +++ b/package.json @@ -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": {