Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alias-mac committed Jan 17, 2022
1 parent d58dd59 commit 707d3b6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file. See
[standard-version](https://github.com/conventional-changelog/standard-version)
for commit guidelines.

## [2.0.0](https://github.com/openwar/mongodb-queue/compare/v1.4.3...v2.0.0) (2022-01-17)

### ⚠ BREAKING CHANGES

- drop support for Node 13.x and 15.x

NodeJS isn't giving active maintenance on these versions anymore:
https://nodejs.org/en/about/releases/

### Features

- add official support to node@16
([4b6ab7d](https://github.com/openwar/mongodb-queue/commit/4b6ab7d4ec845d7898d8d37d295df1f5d5ac190d))
- add types to peerDeps (optional)
([a981e3e](https://github.com/openwar/mongodb-queue/commit/a981e3e865ed08913574ad03a352ca6be485326e))
- use returnDocument instead of returnOriginal
([9fe1521](https://github.com/openwar/mongodb-queue/commit/9fe1521b54374426b1d05bcdd5700f6453b1edbf))

### Bug Fixes

- drop support for NodeJS 13.x and 15.x
([02aced2](https://github.com/openwar/mongodb-queue/commit/02aced2c39aa598744ba4fd58b887928042228f5))

### [1.4.3](https://github.com/openwar/mongodb-queue/compare/v1.4.2...v1.4.3) (2021-04-02)

### [1.4.2](https://github.com/openwar/mongodb-queue/compare/v1.4.1...v1.4.2) (2021-04-02)
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": "@openwar/mongodb-queue",
"version": "1.4.3",
"version": "2.0.0",
"description": "Use your existing MongoDB as a local queue",
"main": "dist/mongodb-queue.js",
"module": "dist/mongodb-queue.es.js",
Expand Down

0 comments on commit 707d3b6

Please sign in to comment.