We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b73a6b commit 4f1028dCopy full SHA for 4f1028d
CHANGELOG.md
@@ -1,6 +1,10 @@
1
2
# Changelog
3
4
+## Version 1.1.4
5
+
6
+- Fix subject-value in `api.observe.on("send_message")` event-data, by @cancan101.
7
8
## Version 1.1.3
9
10
- Even more fixes for `api.observe.on("send_message")` by @huksley.
package.json
@@ -1,6 +1,6 @@
{
"name": "gmail-js",
- "version": "1.1.3",
+ "version": "1.1.4",
"description": "JavaScript API for Gmail (useful for chrome extensions)",
"main": "src/gmail.js",
"types": "src/gmail.d.ts",
0 commit comments