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 Apr 18, 2019
1 parent 9cd09b4 commit 098aba6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

# Changelog

## Version 0.9.5

- Further API compatibility and ergonomics improvements.

## Version 0.9.4

- Make `api.new.get.email_id()` able to work with DOMEmail directly.
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.4",
"version": "0.9.5",
"description": "JavaScript API for Gmail (useful for chrome extensions)",
"main": "src/gmail.js",
"types": "src/gmail.d.ts",
Expand Down

0 comments on commit 098aba6

Please sign in to comment.