Skip to content

Commit f5314db

Browse files
committed
Bump version. Update changelog. Prepare release.
1 parent 175f353 commit f5314db

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

22
# Changelog
33

4+
## Version 1.0.6
5+
6+
- Fix `gmail.compose.start_compose()`.
7+
48
## Version 1.0.5
59

610
- Improve ergonomics of `gmail.dom.email()`. Support new email-id in constructor.

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.5",
3+
"version": "1.0.6",
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)