Skip to content

Commit

Permalink
Bump version. Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
josteink committed Mar 8, 2024
1 parent 5c40894 commit 115c022
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

# Changelog

## Version 1.1.14

- Fix regression in DOM observers, introduced in 1.1.13. Thanks @kinkoazc!

## Version 1.1.13

- Drop bundled jQuery, support jQuery 4, support explicit no-jQuery mode
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gmail-js",
"version": "1.1.13",
"version": "1.1.14",
"description": "JavaScript API for Gmail (useful for chrome extensions)",
"main": "src/gmail.js",
"types": "src/gmail.d.ts",
Expand Down

0 comments on commit 115c022

Please sign in to comment.