Skip to content

Commit

Permalink
Bump version. Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
josteink committed Aug 14, 2019
1 parent c7ce9aa commit aa6695b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

# Changelog

## Version 0.9.9

- add support for getting visible emails through DOM
(replaces api.get.visible_emails())

## Version 0.9.8

- add support for parsing sent email data in new Gmail.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gmail-js",
"version": "0.9.8",
"version": "0.9.9",
"description": "JavaScript API for Gmail (useful for chrome extensions)",
"main": "src/gmail.js",
"types": "src/gmail.d.ts",
Expand Down

0 comments on commit aa6695b

Please sign in to comment.