Skip to content

Commit

Permalink
chore: release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot authored and stropitek committed Jul 28, 2021
1 parent e82a023 commit 1c97ad7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [3.0.0](https://www.github.com/cheminfo/rest-on-couch-client/compare/v2.3.0...v3.0.0) (2021-07-28)


### ⚠ BREAKING CHANGES

* remove support for nodejs 10

### Bug Fixes

* remove crypto dependency ([9b3a304](https://www.github.com/cheminfo/rest-on-couch-client/commit/9b3a304391bef449bf2efd3b56bdc7cda597a855))


### Miscellaneous Chores

* remove support for nodejs 10 ([af1979f](https://www.github.com/cheminfo/rest-on-couch-client/commit/af1979fb20c0bd0fa1da1d5d3bf73b656ff6e1a2))

## [2.3.0](https://github.com/cheminfo/rest-on-couch-client/compare/v2.2.4...v2.3.0) (2020-12-04)


Expand Down Expand Up @@ -59,6 +75,3 @@

<a name="0.0.1"></a>
## 0.0.1 (2016-12-19)



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rest-on-couch-client",
"version": "2.3.0",
"version": "3.0.0",
"description": "A nodejs / browser client for rest-on-couch backend",
"main": "./lib/index.js",
"module": "./lib-es6/index.js",
Expand Down

0 comments on commit 1c97ad7

Please sign in to comment.