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 ae2aefe commit 9ed2f90Copy full SHA for 9ed2f90
CHANGELOG.md
@@ -1,6 +1,10 @@
1
2
# Changelog
3
4
+## Version 0.9.7
5
+
6
+- fix issues with crash when invoked in cross-origin context.
7
8
## Version 0.9.6
9
10
- add support for closing compose-windows.
package.json
@@ -1,6 +1,6 @@
{
"name": "gmail-js",
- "version": "0.9.6",
+ "version": "0.9.7",
"description": "JavaScript API for Gmail (useful for chrome extensions)",
"main": "src/gmail.js",
"types": "src/gmail.d.ts",
0 commit comments