Skip to content

Commit 23b64b8

Browse files
committed
chore: release v0.6.0
1 parent d8e97a2 commit 23b64b8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [0.6.0](https://github.com/manosim/mocr/compare/v0.5.0...v0.6.0) (2020-11-27)
2+
3+
4+
### Features
5+
6+
* Keep createRequestSpy internally and expose requestSpy ([#11](https://github.com/manosim/mocr/issues/11)) ([d8e97a2](https://github.com/manosim/mocr/commit/d8e97a208634d41acf909a3c64fe3a274badd3e9))
7+
* Mock next/upcoming responses ([#10](https://github.com/manosim/mocr/issues/10)) ([dae6581](https://github.com/manosim/mocr/commit/dae6581760ed7d023b4e3b34ca9baad6b76ca72d))
8+
19
# [0.5.0](https://github.com/manosim/mocr/compare/v0.4.0...v0.5.0) (2020-11-21)
210

311

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.5.0",
3+
"version": "0.6.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)