Skip to content

Commit

Permalink
release v3.0.2 & bump both bower and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Aug 10, 2015
1 parent e39b7ca commit 6c49ef7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Master

# 3.0.2

* correctly bump both bower and package.json versions

# 3.0.1

* no longer include dist/test in npm releases

# 3.0.0

* use nextTick() instead of setImmediate() to schedule microtasks with node 0.10. Later versions of
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "es6-promise",
"namespace": "Promise",
"version": "3.0.0",
"version": "3.0.2",
"description": "A polyfill for ES6-style Promises, tracking rsvp",
"authors": [
"Stefan Penner <stefan.penner@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion dist/es6-promise.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
* @license Licensed under MIT license
* See https://raw.githubusercontent.com/jakearchibald/es6-promise/master/LICENSE
* @version 3.0.0
* @version 3.0.2
*/

(function() {
Expand Down
2 changes: 1 addition & 1 deletion dist/es6-promise.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "es6-promise",
"namespace": "es6-promise",
"version": "3.0.1",
"version": "3.0.2",
"description": "A lightweight library that provides tools for organizing asynchronous code",
"main": "dist/es6-promise.js",
"directories": {
Expand Down

0 comments on commit 6c49ef7

Please sign in to comment.