Skip to content

Commit

Permalink
chore(release): cut 31.10.1 [skip ci]
Browse files Browse the repository at this point in the history
## [31.10.1](v31.10.0...v31.10.1) (2021-11-17)

### Bug Fixes

* spread options to requestOptions ([8151af1](8151af1))
* **api:** allow override of content-type in update() when value is string ([af2eccb](af2eccb))
* **datastore:** explicitly set content-type when updating' ([1a4892b](1a4892b))
  • Loading branch information
dhis2-bot committed Nov 17, 2021
1 parent 48e28fa commit 472c0fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "d2",
"version": "31.10.0",
"version": "31.10.1",
"description": "Javascript library for DHIS2",
"main": "d2.js",
"scripts": {
Expand Down

0 comments on commit 472c0fd

Please sign in to comment.