Skip to content

Commit eb9c569

Browse files
author
Kevin Hellemun
committed
Merge branch 'release/0.5.3'
2 parents 882632e + 25e5c3c commit eb9c569

File tree

6 files changed

+1138
-1128
lines changed

6 files changed

+1138
-1128
lines changed

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# Change Log
22

3-
## [0.5.2](https://github.com/bunq/doc/tree/0.5.2)
3+
## [0.5.3](https://github.com/bunq/doc/tree/0.5.3)
44

5+
[Full Changelog](https://github.com/bunq/doc/compare/0.5.2...0.5.3)
6+
7+
**Closed issues:**
8+
9+
- Fix response id header. [\#34](https://github.com/bunq/doc/issues/34)
10+
11+
**Merged pull requests:**
12+
13+
- Fix response id header bunq/doc\#34 [\#43](https://github.com/bunq/doc/pull/43) ([OGKevin](https://github.com/OGKevin))
14+
15+
## [0.5.2](https://github.com/bunq/doc/tree/0.5.2) (2018-05-30)
516
[Full Changelog](https://github.com/bunq/doc/compare/0.5.1...0.5.2)
617

718
**Merged pull requests:**
@@ -19,7 +30,6 @@
1930
**Closed issues:**
2031

2132
- Move to new sandbox. [\#36](https://github.com/bunq/doc/issues/36)
22-
- Fix response id header. [\#34](https://github.com/bunq/doc/issues/34)
2333

2434
**Merged pull requests:**
2535

DESCRIPTION.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ This header should be used when uploading an Attachment's content to give it a d
260260

261261
The same ID that was provided in the request's X-Bunq-Client-Request-Id header. Is included in the response (and request) signature, so can be used to ensure this is the response for the sent request.
262262

263-
#### X-Bunq-Server-Response-Id
263+
#### X-Bunq-Client-Response-Id
264264

265265
`X-Bunq-Client-Response-Id: 76cc7772-4b23-420a-9586-8721dcdde174`
266266

docs/index.html

+46-46
Large diffs are not rendered by default.

docs/service-worker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
/* eslint-disable indent, no-unused-vars, no-multiple-empty-lines, max-nested-callbacks, space-before-function-paren, quotes, comma-spacing */
3838
'use strict';
3939

40-
var precacheConfig = [["/index.html","d07b42b8c8838d0e682cb1b59c7aab1f"]];
40+
var precacheConfig = [["/index.html","a77b588195fe807b4810bee0bb80b1ab"]];
4141
var cacheName = 'sw-precache-v3--' + (self.registration ? self.registration.scope : '');
4242

4343

0 commit comments

Comments
 (0)