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 7fe9749 commit 3ea18e3Copy full SHA for 3ea18e3
CHANGELOG.md
@@ -1,6 +1,11 @@
1
2
# Changelog
3
4
+## Version 1.0.3
5
+
6
+- Make `compose` cc() and bcc() methods force show cc and bcc-fields
7
+ before updating.
8
9
## Version 1.0.2
10
11
- Fix for `compose` to(), cc() and bcc() methods not updating
package.json
@@ -1,6 +1,6 @@
{
"name": "gmail-js",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "JavaScript API for Gmail (useful for chrome extensions)",
"main": "src/gmail.js",
"types": "src/gmail.d.ts",
0 commit comments