From 472c0fd7e6eb2a064e7e167b80efc6f79c7d4e88 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Wed, 17 Nov 2021 16:02:56 +0000 Subject: [PATCH] chore(release): cut 31.10.1 [skip ci] ## [31.10.1](https://github.com/dhis2/d2/compare/v31.10.0...v31.10.1) (2021-11-17) ### Bug Fixes * spread options to requestOptions ([8151af1](https://github.com/dhis2/d2/commit/8151af18c0e22b7f33dca66b17f29990b906691d)) * **api:** allow override of content-type in update() when value is string ([af2eccb](https://github.com/dhis2/d2/commit/af2eccb69fd21adc374223eea4495a8cb271d558)) * **datastore:** explicitly set content-type when updating' ([1a4892b](https://github.com/dhis2/d2/commit/1a4892b7f3064fb4a0e9a0aec104daa63a188289)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be50b71..186de65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [31.10.1](https://github.com/dhis2/d2/compare/v31.10.0...v31.10.1) (2021-11-17) + + +### Bug Fixes + +* spread options to requestOptions ([8151af1](https://github.com/dhis2/d2/commit/8151af18c0e22b7f33dca66b17f29990b906691d)) +* **api:** allow override of content-type in update() when value is string ([af2eccb](https://github.com/dhis2/d2/commit/af2eccb69fd21adc374223eea4495a8cb271d558)) +* **datastore:** explicitly set content-type when updating' ([1a4892b](https://github.com/dhis2/d2/commit/1a4892b7f3064fb4a0e9a0aec104daa63a188289)) + # [31.10.0](https://github.com/dhis2/d2/compare/v31.9.3...v31.10.0) (2021-04-07) diff --git a/package.json b/package.json index 4408225..2a4e044 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "d2", - "version": "31.10.0", + "version": "31.10.1", "description": "Javascript library for DHIS2", "main": "d2.js", "scripts": {