Skip to content

Commit aa6695b

Browse files
committed
Bump version. Update changelog.
1 parent c7ce9aa commit aa6695b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11

22
# Changelog
33

4+
## Version 0.9.9
5+
6+
- add support for getting visible emails through DOM
7+
(replaces api.get.visible_emails())
8+
49
## Version 0.9.8
510

611
- add support for parsing sent email data in new Gmail.

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.8",
3+
"version": "0.9.9",
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)