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 4d82ece commit b9eb277Copy full SHA for b9eb277
CHANGELOG.md
@@ -1,6 +1,11 @@
1
2
# Changelog
3
4
+## Version 0.7.1
5
+
6
+- Add detection-code for new Gmail.
7
+- Fix locale-detection in new Gmail.
8
9
## Version 0.7.0
10
11
- Dramatically improve compatiblity situation: Now supports
package.json
@@ -1,6 +1,6 @@
{
"name": "gmail-js",
- "version": "0.7.0",
+ "version": "0.7.1",
"description": "JavaScript API for Gmail (useful for chrome extensions)",
"main": "src/gmail.js",
"types": "src/gmail.d.ts",
0 commit comments