Skip to content

Commit 707d3b6

Browse files
committed
chore(release): 2.0.0
1 parent d58dd59 commit 707d3b6

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
55
for 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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)