Skip to content

Commit c1bc38f

Browse files
committed
chore(release): 0.2.0
1 parent 6d30ac1 commit c1bc38f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.2.0](https://github.com/PDMLab/express-http-problem-details/compare/v0.1.5...v0.2.0) (2019-11-21)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* `DefaultMappingStrategy` from `http-problem-details-mapper` or your own implementation of `IMappingStrategy` / `MappingStrategy` has to be used now.
11+
12+
* remove express mapping strategy and tests ([ec2b568](https://github.com/PDMLab/express-http-problem-details/commit/ec2b568910d75d96930561b8b7ffea4a64c9d81f))
13+
514
### [0.1.5](https://github.com/PDMLab/express-http-problem-details/compare/v0.1.4...v0.1.5) (2019-11-01)
615

716

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-http-problem-details",
3-
"version": "0.1.5",
3+
"version": "0.2.0",
44
"description": "HTTP problem details (RFC 7807) content negotiation for express",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)