Skip to content

Commit

Permalink
๐Ÿ“ฆ v2.3.5 (Meteor/Atmosphere)
Browse files Browse the repository at this point in the history
- โ˜„๏ธ Compatibility with `[email protected]`;
- ๐Ÿค Compatibility with `[email protected]`;
- ๐Ÿ‘จโ€๐Ÿ’ป Minor codebase refactoring;
- ๐Ÿ“‹ Minor docs update;

### New

- โœจ `keepHistory` option;

### ๐Ÿ“ฆ Dependencies:

- `[email protected]`, *was `v2.2.5`*;
- `[dev]` `[email protected]`, *was `v4.0.4`*;
- `[dev]` `[email protected]`, *was `v2.0.3`*;
- `[dev]` `[email protected]`, *was `v7.1.2`*;
- `[dev]` `[email protected]`, *was `v3.5.7`*;
- `[dev]` `[email protected]`, *was `v6.4.6`*.
  • Loading branch information
dr-dimitru committed Sep 29, 2020
1 parent f0056b3 commit 3d59634
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'ostrio:mailer',
version: '2.3.4',
version: '2.3.5',
summary: 'Bulletproof email queue on top of NodeMailer with support of multiple clusters and servers setup',
git: 'https://github.com/VeliovGroup/Mail-Time',
documentation: 'README.md'
Expand All @@ -18,6 +18,6 @@ Package.onTest((api) => {
});

Npm.depends({
'josk': '2.2.5',
'josk': '2.3.0',
'deepmerge': '4.2.2'
});

0 comments on commit 3d59634

Please sign in to comment.