Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [7.0.0](https://github.com/cheminfo/rest-on-couch-client/compare/v6.0.0...v7.0.0) (2026-01-28)


### ⚠ BREAKING CHANGES

* no CJS exported by the package anymore. Dropped support for Node.js 20.

### Miscellaneous Chores

* upgrade dependencies and make package ESM only ([#57](https://github.com/cheminfo/rest-on-couch-client/issues/57)) ([d008a53](https://github.com/cheminfo/rest-on-couch-client/commit/d008a537074a90ff32bfd4e81440362a800e2370))

## [6.0.0](https://www.github.com/cheminfo/rest-on-couch-client/compare/v5.3.1...v6.0.0) (2025-07-15)


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": "rest-on-couch-client",
"version": "6.0.0",
"version": "7.0.0",
"description": "A nodejs / browser client for rest-on-couch backend",
"type": "module",
"exports": {
Expand Down