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 9698171 commit cd19e7fCopy full SHA for cd19e7f
CHANGELOG.md
@@ -1,6 +1,11 @@
1
2
# Changelog
3
4
+## Version 0.6.13
5
+
6
+- Fix bug in `api.get.visible_emails`.
7
+- Upgrade jQuery to latest.
8
9
## Version 0.6.12
10
11
- Fix locale-detection in `api.get.localization`.
package.json
@@ -1,6 +1,6 @@
{
"name": "gmail-js",
- "version": "0.6.12",
+ "version": "0.6.13",
"description": "JavaScript API for Gmail (useful for chrome extensions)",
"main": "src/gmail.js",
"types": "src/gmail.d.ts",
0 commit comments