Skip to content

Commit

Permalink
chore: release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manosim committed Nov 27, 2020
1 parent d8e97a2 commit 23b64b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [0.6.0](https://github.com/manosim/mocr/compare/v0.5.0...v0.6.0) (2020-11-27)


### Features

* Keep createRequestSpy internally and expose requestSpy ([#11](https://github.com/manosim/mocr/issues/11)) ([d8e97a2](https://github.com/manosim/mocr/commit/d8e97a208634d41acf909a3c64fe3a274badd3e9))
* Mock next/upcoming responses ([#10](https://github.com/manosim/mocr/issues/10)) ([dae6581](https://github.com/manosim/mocr/commit/dae6581760ed7d023b4e3b34ca9baad6b76ca72d))

# [0.5.0](https://github.com/manosim/mocr/compare/v0.4.0...v0.5.0) (2020-11-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocr",
"version": "0.5.0",
"version": "0.6.0",
"description": "A mock http server used in tests",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 23b64b8

Please sign in to comment.