Skip to content

Commit 115c022

Browse files
committed
Bump version. Update changelog.
1 parent 5c40894 commit 115c022

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
# Changelog
33

4+
## Version 1.1.14
5+
6+
- Fix regression in DOM observers, introduced in 1.1.13. Thanks @kinkoazc!
7+
48
## Version 1.1.13
59

610
- Drop bundled jQuery, support jQuery 4, support explicit no-jQuery mode

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gmail-js",
3-
"version": "1.1.13",
3+
"version": "1.1.14",
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)