Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .chglog/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ options:
PERF: Performance Improvements
INTERNAL: Internal Changes
header:
pattern: "^\\[(\\w*)\\]\\s(?:(\\w*)\\:\\s)?(.*)$"
pattern: "^\\[(\\w*)\\]\\s(?:([^\\:]*)\\:\\s)?(.*)$"
pattern_maps:
- Type
- Scope
Expand Down
2 changes: 1 addition & 1 deletion .chglog/release-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ options:
PERF: Performance Improvements
INTERNAL: Internal Changes
header:
pattern: "^\\[(\\w*)\\]\\s(?:(\\w*)\\:\\s)?(.*)$"
pattern: "^\\[(\\w*)\\]\\s(?:([^\\:]*)\\:\\s)?(.*)$"
pattern_maps:
- Type
- Scope
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v0.1.2...HEAD).

<a name="v0.1.2"></a>
## [v0.1.2] - 2018-07-09
## [v0.1.2] - 2018-07-10
### Bug Fixes
- CSP Middleware: Export middleware, add report-uri [`2091c0c`](https://github.com/SAP/ui5-server/commit/2091c0cc093f9997c582e301ad52bbe74d4651d6)
- **CSP Middleware:** Export middleware, add report-uri [`2091c0c`](https://github.com/SAP/ui5-server/commit/2091c0cc093f9997c582e301ad52bbe74d4651d6)


<a name="v0.1.1"></a>
Expand Down