Skip to content

Commit

Permalink
update to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Deverell committed Sep 27, 2016
1 parent 8e72c1b commit 0c710e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file.

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

## [2.0.0] - 2016-09-26
## [2.0.1] - 2016-09-26
### Fixed
- `package.json` was misconfigured and didn't include the correct files

## [2.0.0] - 2016-09-26 [YANKED]
### Added
- `frame-throttle.d.ts` - a [TypeScript declaration file] for `frame-throttle.js`
### Changed
Expand Down Expand Up @@ -48,5 +52,6 @@ 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

[2.0.1]: https://github.com/pelotoncycle/frame-throttle/compare/v1.1.0...v2.0.1
[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": "2.0.0",
"version": "2.0.1",
"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 0c710e9

Please sign in to comment.