Skip to content

Commit

Permalink
build: release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
revathskumar committed Aug 22, 2018
1 parent c1b6552 commit e0a0800
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="0.3.1"></a>
## [0.3.1](https://github.com/code-mancers/interceptor/compare/0.3.0...0.3.1) (2018-08-22)


### Bug Fixes

* **package.json:** remove jest from lint staged ([3b89dde](https://github.com/code-mancers/interceptor/commit/3b89dde))
* **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)



<a name="0.3.0"></a>
# [0.3.0](https://github.com/code-mancers/interceptor/compare/0.2.1...0.3.0) (2018-08-20)

Expand Down
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Interceptor",
"description": "Run web clients without backends by mocking HTTP requests",
"version": "0.3.0",
"version": "0.3.1",
"manifest_version": 2,
"icons": {
"16":"images/icon-16.png",
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": "interceptor",
"version": "0.3.0",
"version": "0.3.1",
"description": "A browser extension that mocks AJAX request at the browser level so you can run frontend without really starting a backend server.",
"license": "MIT",
"homepage": "https://github.com/code-mancers/interceptor#readme",
Expand Down

0 comments on commit e0a0800

Please sign in to comment.