Skip to content

Commit

Permalink
update to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Deverell committed Sep 27, 2016
1 parent f0c976e commit 2be2b21
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]
## [2.0.0] - 2016-09-26
### Added
- `frame-throttle.d.ts` - a [TypeScript declaration file] for `frame-throttle.js`
### Changed
Expand Down Expand Up @@ -46,5 +46,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[TypeScript]: http://www.typescriptlang.org
[TypeScript declaration file]: https://www.typescriptlang.org/docs/handbook/writing-declaration-files.html

[Unreleased]: https://github.com/pelotoncycle/frame-throttle/compare/v1.1.0...HEAD
[2.0.0]: https://github.com/pelotoncycle/frame-throttle/compare/v1.1.0...v2.0.0
[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.1.0",
"version": "2.0.0",
"description": "A lightweight way to throttle events and callbacks using requestAnimationFrame",
"main": "./dist/frame-throttle.js",
"types": "./dist/frame-throttle.d.ts",
Expand Down

0 comments on commit 2be2b21

Please sign in to comment.