We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc94b5 commit e726b54Copy full SHA for e726b54
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [5.1.0](https://www.github.com/cheminfo/rest-on-couch-client/compare/v5.0.1...v5.1.0) (2022-04-27)
4
+
5
6
+### Features
7
8
+* add getUserInfo ([bfc94b5](https://www.github.com/cheminfo/rest-on-couch-client/commit/bfc94b52921a9a94502bcdabeb52600409bef66d))
9
10
### [5.0.1](https://www.github.com/cheminfo/rest-on-couch-client/compare/v5.0.0...v5.0.1) (2022-04-26)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "rest-on-couch-client",
- "version": "5.0.1",
+ "version": "5.1.0",
"description": "A nodejs / browser client for rest-on-couch backend",
"main": "./lib/index.js",
"module": "./lib-es6/index.js",
0 commit comments