File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file. See
44[ standard-version] ( https://github.com/conventional-changelog/standard-version )
55for commit guidelines.
66
7+ ## [ 2.0.0] ( https://github.com/openwar/mongodb-queue/compare/v1.4.3...v2.0.0 ) (2022-01-17)
8+
9+ ### ⚠ BREAKING CHANGES
10+
11+ - drop support for Node 13.x and 15.x
12+
13+ NodeJS isn't giving active maintenance on these versions anymore:
14+ https://nodejs.org/en/about/releases/
15+
16+ ### Features
17+
18+ - add official support to node@16
19+ ([ 4b6ab7d] ( https://github.com/openwar/mongodb-queue/commit/4b6ab7d4ec845d7898d8d37d295df1f5d5ac190d ) )
20+ - add types to peerDeps (optional)
21+ ([ a981e3e] ( https://github.com/openwar/mongodb-queue/commit/a981e3e865ed08913574ad03a352ca6be485326e ) )
22+ - use returnDocument instead of returnOriginal
23+ ([ 9fe1521] ( https://github.com/openwar/mongodb-queue/commit/9fe1521b54374426b1d05bcdd5700f6453b1edbf ) )
24+
25+ ### Bug Fixes
26+
27+ - drop support for NodeJS 13.x and 15.x
28+ ([ 02aced2] ( https://github.com/openwar/mongodb-queue/commit/02aced2c39aa598744ba4fd58b887928042228f5 ) )
29+
730### [ 1.4.3] ( https://github.com/openwar/mongodb-queue/compare/v1.4.2...v1.4.3 ) (2021-04-02)
831
932### [ 1.4.2] ( https://github.com/openwar/mongodb-queue/compare/v1.4.1...v1.4.2 ) (2021-04-02)
Original file line number Diff line number Diff line change 11{
22 "name" : " @openwar/mongodb-queue" ,
3- "version" : " 1.4.3 " ,
3+ "version" : " 2.0.0 " ,
44 "description" : " Use your existing MongoDB as a local queue" ,
55 "main" : " dist/mongodb-queue.js" ,
66 "module" : " dist/mongodb-queue.es.js" ,
You can’t perform that action at this time.
0 commit comments