Skip to content

Commit 0296a0c

Browse files
committed
☄️ v3.1.1
Version bump to match NPM version release that now supports CommonJS and ESM import/export, see #16
1 parent a97597e commit 0296a0c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.meteorignore

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ CHANGELOG.md
1212
CODE_OF_CONDUCT.md
1313
CONTRIBUTING.md
1414
HISTORY.md
15+
index.cjs
1516
LICENCE
1617
LICENSE
1718
README.md

.versions

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ [email protected]
2222
2323
2424
25-
local-test:ostrio:[email protected].0
25+
local-test:ostrio:[email protected].1
2626
2727
2828
meteortesting:[email protected]
@@ -38,7 +38,7 @@ [email protected]
3838
3939
4040
41-
41+
4242
4343
4444

package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'ostrio:cron-jobs',
3-
version: '3.1.0',
3+
version: '3.1.1',
44
summary: 'Jobs scheduler for multi-server and clusters setup',
55
git: 'https://github.com/veliovgroup/josk',
66
documentation: 'README.md'

0 commit comments

Comments
 (0)