Skip to content

Commit

Permalink
📦 1.3.1
Browse files Browse the repository at this point in the history
📦 NPM: [`@1.3.1`](https://www.npmjs.com/package/mail-time)
☄️ Atmosphere [`@2.4.1`](https://atmospherejs.com/ostrio/mailer)

__Changes:__

- 👨‍🔧 Fix emails removed with `{keepHistory : true}`

__Other changes:__

- 👨‍💻 Minor codebase refactoring
- 📔 Documentation update
- 👨‍🔬 Improve tests
  • Loading branch information
dr-dimitru committed Jun 6, 2022
1 parent fa90958 commit fdd1d5d
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 37 deletions.
4 changes: 2 additions & 2 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ [email protected]
[email protected]
[email protected]
lmieulet:[email protected]
local-test:ostrio:[email protected].0
local-test:ostrio:[email protected].1
[email protected]
[email protected]
meteorhacks:[email protected]
Expand All @@ -42,7 +42,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
ostrio:[email protected].0
ostrio:[email protected].1
practicalmeteor:[email protected]_1
[email protected]
[email protected]
Expand Down
118 changes: 85 additions & 33 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.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'ostrio:mailer',
version: '2.4.0',
version: '2.4.1',
summary: 'Bulletproof email queue on top of NodeMailer for a single and multi-server setups',
git: 'https://github.com/veliovgroup/mail-time',
documentation: 'README.md'
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": "mail-time",
"version": "1.3.0",
"version": "1.3.1",
"description": "Bulletproof email queue on top of NodeMailer for a single and multi-server setups",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fdd1d5d

Please sign in to comment.