Skip to content
This repository was archived by the owner on Feb 19, 2022. It is now read-only.

Commit fc81fc5

Browse files
committed
v2.0.1
1 parent 0485da6 commit fc81fc5

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
This change log follows the conventions of
66
[keep a CHANGELOG](http://keepachangelog.com/).
77

8+
## [2.0.1] / 2016-07-08
9+
10+
- Update stale `js/gist-async.min.js`.
11+
812
## [2.0.0] / 2016-07-08
913

1014
- Define global function `gistAsync()`.
@@ -22,5 +26,6 @@ This change log follows the conventions of
2226

2327
- Initial release.
2428

29+
[2.0.1]: https://github.com/razor-x/gist-async/compare/v2.0.0...v2.0.1
2530
[2.0.0]: https://github.com/razor-x/gist-async/compare/v1.0.1...v2.0.0
2631
[1.0.1]: https://github.com/razor-x/gist-async/compare/v1.0.0...v1.0.1

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gist-async",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Load GitHub Gists asynchronously.",
55
"main": "javascripts/main.coffee",
66
"authors": [

js/gist-async.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gist-async",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Load GitHub Gists asynchronously.",
55
"main": "javascripts/main.coffee",
66
"keywords": [

0 commit comments

Comments
 (0)