Skip to content

Commit

Permalink
Adjusted changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Feb 25, 2018
1 parent c9a5422 commit 9ee07d7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.4.1

- Added utils module for kras injectors, use `kras/utils`
- Fixed picking wrong paths in local injector debug mode
- Improved injector file options in the API and client
- Improved injector directory options in the API and client
- Allow switching `delay` in the client for the har-injector
- Added `randomize` option for the json-injector

## 0.4.0

- Changed default base directory from `db` to `mocks`
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kras",
"version": "0.4.0",
"version": "0.4.1",
"description": "Efficient server proxying and mocking in Node.js.",
"main": "dist/server/kras.js",
"types": "dist/server/kras.d.ts",
Expand All @@ -25,7 +25,8 @@
"watch": "nodemon --exec ts-node -- src/server/kras-cli.ts",
"build:client": "cross-env NODE_ENV=production webpack -p",
"build:server": "tsc --project tsconfig.server.json",
"build": "npm run build:server && npm run build:client"
"build:utility": "tsc --project tsconfig.utility.json",
"build": "npm run build:server && npm run build:utility && npm run build:client"
},
"author": "Florian Rappl <[email protected]>",
"contributors": [],
Expand Down

0 comments on commit 9ee07d7

Please sign in to comment.