Skip to content

Commit 1deedba

Browse files
committed
Bump version, update changelog.
1 parent 99c6247 commit 1deedba

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
# Changelog
33

4+
## Version 1.1.6
5+
6+
- Better fix for `view_thread` event not triggeriong, by @cancan101.
7+
48
## Version 1.1.5
59

610
- Improved parsing of embedded json data, by @onestep.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gmail-js",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
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)