Skip to content

Commit 3ea18e3

Browse files
committed
Bump version, update change-log.
1 parent 7fe9749 commit 3ea18e3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11

22
# Changelog
33

4+
## Version 1.0.3
5+
6+
- Make `compose` cc() and bcc() methods force show cc and bcc-fields
7+
before updating.
8+
49
## Version 1.0.2
510

611
- Fix for `compose` to(), cc() and bcc() methods not updating

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gmail-js",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "JavaScript API for Gmail (useful for chrome extensions)",
55
"main": "src/gmail.js",
66
"types": "src/gmail.d.ts",

0 commit comments

Comments
 (0)