Skip to content

Commit

Permalink
Merge branch 'hotfix/0.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed May 8, 2018
2 parents 1ed494a + ab2f06a commit 4a4ecfd
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Change Log

## [0.4.0](https://github.com/bunq/doc/tree/0.4.0)
## [0.4.1](https://github.com/bunq/doc/tree/0.4.1)

[Full Changelog](https://github.com/bunq/doc/compare/0.4.0...0.4.1)

**Fixed bugs:**

- bunq is capitalized in the documentation title [\#27](https://github.com/bunq/doc/issues/27)

**Merged pull requests:**

- Fixed bug with bunq title being capitalized \(bunq/doc\#27\) [\#28](https://github.com/bunq/doc/pull/28) ([Crecket](https://github.com/Crecket))

## [0.4.0](https://github.com/bunq/doc/tree/0.4.0) (2018-05-07)
[Full Changelog](https://github.com/bunq/doc/compare/0.3.5...0.4.0)

**Implemented enhancements:**
Expand All @@ -13,6 +24,7 @@
**Closed issues:**

- MasterCardAction endpoint is missing [\#23](https://github.com/bunq/doc/issues/23)
- Minify swagger.json [\#19](https://github.com/bunq/doc/issues/19)

**Merged pull requests:**

Expand All @@ -24,7 +36,6 @@

**Closed issues:**

- Minify swagger.json [\#19](https://github.com/bunq/doc/issues/19)
- Typo's in base.json [\#11](https://github.com/bunq/doc/issues/11)
- POST, UPDATE and DELETE repossess are not correct [\#8](https://github.com/bunq/doc/issues/8)
- Small typo [\#17](https://github.com/bunq/doc/issues/17)
Expand Down
3 changes: 3 additions & 0 deletions docs/assets/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.api-info h1:first-child {
text-transform: inherit;
}
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">
<link href="/assets/css/style.css" rel="stylesheet">

<!--
ReDoc doesn't change outer page styles
Expand Down
2 changes: 1 addition & 1 deletion docs/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
/* eslint-disable indent, no-unused-vars, no-multiple-empty-lines, max-nested-callbacks, space-before-function-paren, quotes, comma-spacing */
'use strict';

var precacheConfig = [["/index.html","b8ecc1b3ab18adb56c2015dba368152a"]];
var precacheConfig = [["/index.html","5b2e970905dbefb08da70e4487b42f88"]];
var cacheName = 'sw-precache-v3--' + (self.registration ? self.registration.scope : '');


Expand Down

0 comments on commit 4a4ecfd

Please sign in to comment.