Skip to content

Commit 6a7a26e

Browse files
committed
Bump version. Update changelog.
1 parent 913b67b commit 6a7a26e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

22
# Changelog
33

4+
## Version 1.1.5
5+
6+
- Improved parsing of embedded json data, by @onestep.
7+
- Tentative fix for `view_thread` event not triggeriong, by @cancan101.
8+
49
## Version 1.1.4
510

611
- Fix subject-value in `api.observe.on("send_message")` event-data, by @cancan101.

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