Skip to content

Commit 43c6940

Browse files
committed
Version bump + update CHANGELOG
1 parent d298775 commit 43c6940

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# TeamSnap JavaScript SDK CHANGELOG
22

3+
### June 21, 2016 // Version 1.14.0
4+
- Adds `loadMemberPhotos` method.
5+
- Adds `loadMemberPhoto` method.
6+
- Adds `loadTeamPhotos` method.
7+
- Adds `loadTeamPhoto` method.
8+
9+
---
10+
311
### June 21, 2016 // Version 1.13.5
412
- Reloads `messages` and `messageData` in `saveBroadcastEmail` method in persistence wrapper.
513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "teamsnap.js",
3-
"version": "1.13.5",
3+
"version": "1.14.0",
44
"description": "A JavaScript library for using the TeamSnap API.",
55
"author": "Jacob Wright with TeamSnap (http://www.teamsnap.com)",
66
"homepage": "https://github.com/teamsnap/teamsnap-javascript-sdk",

src/teamsnap.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ promises = require './promises'
33
require './errors'
44

55
class TeamSnap
6-
version: '1.13.5'
6+
version: '1.14.0'
77
promises: promises
88
when: promises.when
99
TeamSnap: TeamSnap

0 commit comments

Comments
 (0)