Skip to content

Commit

Permalink
Increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Feb 10, 2018
1 parent 8fd25f9 commit 9c58bc0
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 106 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.3.0

- Included log levels, `error`, `debug`, and `info`
- Introduced more log messages (if wanted)
- Go back: store current tab in route
- Provide ability to edit files in the client
- Added support for multi directories in the HAR, JSON, and Script injector

## 0.2.1

- Script injector now ignores modules that do not export a function
Expand Down
164 changes: 61 additions & 103 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kras",
"version": "0.2.1",
"version": "0.3.0",
"description": "Efficient server proxying and mocking in Node.js.",
"main": "dist/server/kras.js",
"types": "dist/server/kras.d.ts",
Expand Down Expand Up @@ -71,6 +71,7 @@
"jest-enzyme": "^4.1.1",
"nodemon": "^1.14.11",
"react": "^16.2.0",
"react-ace": "^5.9.0",
"react-dom": "^16.2.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
Expand Down
Loading

0 comments on commit 9c58bc0

Please sign in to comment.