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