Skip to content

Commit e0a0800

Browse files
committed
build: release 0.3.1
1 parent c1b6552 commit e0a0800

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="0.3.1"></a>
2+
## [0.3.1](https://github.com/code-mancers/interceptor/compare/0.3.0...0.3.1) (2018-08-22)
3+
4+
5+
### Bug Fixes
6+
7+
* **package.json:** remove jest from lint staged ([3b89dde](https://github.com/code-mancers/interceptor/commit/3b89dde))
8+
* **popup:** clear active interception when clear recorded data ([0f233ac](https://github.com/code-mancers/interceptor/commit/0f233ac)), closes [#149](https://github.com/code-mancers/interceptor/issues/149)
9+
10+
11+
112
<a name="0.3.0"></a>
213
# [0.3.0](https://github.com/code-mancers/interceptor/compare/0.2.1...0.3.0) (2018-08-20)
314

app/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Interceptor",
33
"description": "Run web clients without backends by mocking HTTP requests",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"manifest_version": 2,
66
"icons": {
77
"16":"images/icon-16.png",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interceptor",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A browser extension that mocks AJAX request at the browser level so you can run frontend without really starting a backend server.",
55
"license": "MIT",
66
"homepage": "https://github.com/code-mancers/interceptor#readme",

0 commit comments

Comments
 (0)