Skip to content

Commit 00ad48b

Browse files
committed
release v3.3.1
1 parent 6de2293 commit 00ad48b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Master
22

3+
# 3.3.1
4+
5+
* fix links in readme
6+
37
# 3.3.0
48

59
* support polyfil on WebMAF (playstation env)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "es6-promise",
33
"namespace": "Promise",
4-
"version": "3.3.0",
4+
"version": "3.3.1",
55
"description": "A polyfill for ES6-style Promises, tracking rsvp",
66
"authors": [
77
"Stefan Penner <[email protected]>"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "es6-promise",
33
"namespace": "es6-promise",
4-
"version": "3.3.0",
4+
"version": "3.3.1",
55
"description": "A lightweight library that provides tools for organizing asynchronous code",
66
"main": "dist/es6-promise.js",
77
"typings": "es6-promise.d.ts",

0 commit comments

Comments
 (0)