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 4949044 commit 7430d03Copy full SHA for 7430d03
CHANGELOG.md
@@ -1,6 +1,11 @@
1
2
# Changelog
3
4
+## Version 1.1.15
5
+
6
+- Fix errors in typescript type-definitions. Thanks @BasSchoutenTribe !
7
+ (No changes in runtime code)
8
9
## Version 1.1.14
10
11
- Fix regression in DOM observers, introduced in 1.1.13. Thanks @kinkoazc!
package.json
@@ -1,6 +1,6 @@
{
"name": "gmail-js",
- "version": "1.1.14",
+ "version": "1.1.15",
"description": "JavaScript API for Gmail (useful for chrome extensions)",
"main": "src/gmail.js",
"types": "src/gmail.d.ts",
0 commit comments