Skip to content

Commit bd17d1f

Browse files
committed
chore: release v0.5.0
1 parent cc5412b commit bd17d1f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [0.5.0](https://github.com/manosim/mocr/compare/v0.4.0...v0.5.0) (2020-11-21)
2+
3+
4+
### Features
5+
6+
* Use a custom request spy to track requests ([#9](https://github.com/manosim/mocr/issues/9)) ([cc5412b](https://github.com/manosim/mocr/commit/cc5412bcdaceea54a0a99c84eeba8e59bc09ae09))
7+
18
# [0.4.0](https://github.com/manosim/mocr/compare/v0.3.0...v0.4.0) (2020-11-15)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocr",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "A mock http server used in tests",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)