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 54f302d commit 9d50966Copy full SHA for 9d50966
CHANGELOG.md
@@ -1,6 +1,10 @@
1
2
# Changelog
3
4
+## Version 0.7.5
5
+
6
+- Fix minor error in new `api.check.is_conversation_view()`.
7
8
## Version 0.7.4
9
10
- Fix error with `api.check.is_conversation_view()` in new Gmail.
package.json
@@ -1,6 +1,6 @@
{
"name": "gmail-js",
- "version": "0.7.4",
+ "version": "0.7.5",
"description": "JavaScript API for Gmail (useful for chrome extensions)",
"main": "src/gmail.js",
"types": "src/gmail.d.ts",
0 commit comments