diff --git a/CHANGELOG.md b/CHANGELOG.md index e16279fe..936f8972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [16.0.1](https://github.com/cheminfo/rest-on-couch/compare/v16.0.0...v16.0.1) (2024-09-13) + + +### Bug Fixes + +* make sure the `this` reference is correct when working with `klaw` library ([29f0feb](https://github.com/cheminfo/rest-on-couch/commit/29f0feb32cb1a29f225538c60b760c324a805fd4)) + ## [16.0.0](https://github.com/cheminfo/rest-on-couch/compare/v15.0.2...v16.0.0) (2024-08-20) diff --git a/package-lock.json b/package-lock.json index ee81bcd7..c17ec01d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rest-on-couch", - "version": "16.0.0", + "version": "16.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rest-on-couch", - "version": "16.0.0", + "version": "16.0.1", "license": "MIT", "dependencies": { "@koa/router": "^13.0.0", diff --git a/package.json b/package.json index d1c0ab62..e448cd97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rest-on-couch", - "version": "16.0.0", + "version": "16.0.1", "description": "Interface to CouchDB that allows the control of permissions on the documents", "main": "src/index.js", "files": [