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 Aug 22, 2024
1 parent 4949044 commit 7430d03
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.15

- Fix errors in typescript type-definitions. Thanks @BasSchoutenTribe !
(No changes in runtime code)

## Version 1.1.14

- Fix regression in DOM observers, introduced in 1.1.13. Thanks @kinkoazc!
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.14",
"version": "1.1.15",
"description": "JavaScript API for Gmail (useful for chrome extensions)",
"main": "src/gmail.js",
"types": "src/gmail.d.ts",
Expand Down

0 comments on commit 7430d03

Please sign in to comment.