Skip to content

Commit cc2ddd3

Browse files
committed
chore: release v0.3.0
1 parent 320f49a commit cc2ddd3

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
@@ -0,0 +1,7 @@
1+
# 0.3.0 (2020-11-15)
2+
3+
4+
### Features
5+
6+
* Setup release-it ([#3](https://github.com/manosim/mocr/issues/3)) ([1c7a75e](https://github.com/manosim/mocr/commit/1c7a75ec29c2736cbaeb68ac1ddce8c0b6ea3ab6))
7+

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