Skip to content

Commit c0eaa24

Browse files
committed
Update CHANGELOG + version bump
1 parent 341a59d commit c0eaa24

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
### Jan 26, 2016 // Version 1.7.6
4+
- Addresses bug where, When saving a `statistic`, its `statisticGroup` may be incorrectly unlinked.
5+
6+
---
7+
38
### Jan 20, 2016 // Version 1.7.5
49
- Reload `eventStatistics` teamwide when changes to `statistics` or `statisticData`.
510

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.7.5",
3+
"version": "1.7.6",
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.7.5'
6+
version: '1.7.6'
77
promises: promises
88
when: promises.when
99
TeamSnap: TeamSnap

0 commit comments

Comments
 (0)