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 Dec 15, 2023
1 parent 3080e5b commit 8400b9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

# Changelog

## Version 1.1.12

- Use MutationObserver for DOM Node changes. Thanks @cancan101!
- Fix issue in `api.dom.compose.is_inline()`. Thanks @MadcowD!

## Version 1.1.11

- Fix `api.observe.on("view_email", ...)`not working.
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.11",
"version": "1.1.12",
"description": "JavaScript API for Gmail (useful for chrome extensions)",
"main": "src/gmail.js",
"types": "src/gmail.d.ts",
Expand Down

0 comments on commit 8400b9a

Please sign in to comment.