Skip to content

Commit

Permalink
Merge branch 'master' of github.com:postalsys/imapflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Nov 7, 2024
2 parents 3efd98a + 5507f29 commit 6babc7a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.166](https://github.com/postalsys/imapflow/compare/v1.0.165...v1.0.166) (2024-11-05)


### Bug Fixes

* **login:** Always treat username and password as strings, not atom ([01b3471](https://github.com/postalsys/imapflow/commit/01b347145551c046e4400b8824be9be3c69d353b))

## [1.0.165](https://github.com/postalsys/imapflow/compare/v1.0.164...v1.0.165) (2024-11-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imapflow",
"version": "1.0.165",
"version": "1.0.166",
"description": "IMAP Client for Node",
"main": "./lib/imap-flow.js",
"scripts": {
Expand Down

0 comments on commit 6babc7a

Please sign in to comment.