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 6b2e349 commit ada00c2Copy full SHA for ada00c2
CHANGELOG.md
@@ -1,6 +1,10 @@
1
2
# Changelog
3
4
+## Version 0.6.12
5
+
6
+- Fix locale-detection in `api.get.localization`.
7
8
## Version 0.6.11
9
10
- Bugfixes in email name-parsing
package.json
@@ -1,6 +1,6 @@
{
"name": "gmail-js",
- "version": "0.6.11",
+ "version": "0.6.12",
"description": "JavaScript API for Gmail (useful for chrome extensions)",
"main": "src/gmail.js",
"types": "src/gmail.d.ts",
0 commit comments