Skip to content

Commit 7926899

Browse files
committed
Bump version. Update changelog.
1 parent 218a741 commit 7926899

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11

22
# Changelog
33

4-
## Version 0.9.7
4+
## Version 0.9.8
55

66
- add support for parsing sent email data in new Gmail.
77
- add norwegian localizations.
88
- fix attachment URLs in non-primary gmail accounts.
99
- fix emails-property in gmail.new.get.thread_data().
1010
- fix incorrect email counts in gmail.get.unread_emails() and related functions.
11-
- fix issues with window.opener for select configurations.
11+
- add thread_id() function to DOM compose instances.
12+
13+
## Version 0.9.7
1214

15+
- fix issues with crash when invoked in cross-origin context.
1316

1417
## Version 0.9.6
1518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gmail-js",
3-
"version": "0.9.6",
3+
"version": "0.9.8",
44
"description": "JavaScript API for Gmail (useful for chrome extensions)",
55
"main": "src/gmail.js",
66
"types": "src/gmail.d.ts",

0 commit comments

Comments
 (0)