From bfb8e195cb907d1291ef4700eaf92869faa556f0 Mon Sep 17 00:00:00 2001 From: cheminfo-bot <10880445+cheminfo-bot@users.noreply.github.com> Date: Mon, 28 Feb 2022 23:29:16 +0100 Subject: [PATCH] chore: release 4.3.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4c973d..04da57e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.3.0](https://www.github.com/cheminfo/rest-on-couch-client/compare/v4.2.3...v4.3.0) (2022-02-28) + + +### Features + +* throw if update is called with an object which contains an _id property ([08ef68b](https://www.github.com/cheminfo/rest-on-couch-client/commit/08ef68b41abab52f353f44b9dcde905701b63491)) + ### [4.2.3](https://www.github.com/cheminfo/rest-on-couch-client/compare/v4.2.2...v4.2.3) (2022-02-28) diff --git a/package.json b/package.json index 46dbccb..cc45ed0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rest-on-couch-client", - "version": "4.2.3", + "version": "4.3.0", "description": "A nodejs / browser client for rest-on-couch backend", "main": "./lib/index.js", "module": "./lib-es6/index.js",