Skip to content

Commit

Permalink
Version up (1.3.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
muratcorlu committed Aug 29, 2017
1 parent c034bf2 commit 39d2924
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.3.3 (2017-08-29)

### Features:

- XML Support added with the `type` config parameter

## 1.3.2 (2017-08-15)

### Improvements:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "connect-api-mocker",
"version": "1.3.2",
"description": "A connect middleware to serve a RESTful api by some json and js files",
"version": "1.3.3",
"description": "A connect middleware to serve a RESTful api by some json, xml or js files",
"main": "api-mocker.js",
"scripts": {
"test": "mocha"
Expand Down

0 comments on commit 39d2924

Please sign in to comment.