Skip to content

Commit

Permalink
Introduced a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Feb 6, 2018
1 parent 57b77eb commit 00beaea
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.2.0

- Implemented the deactivate WS setting
- Improved error handling in the client
- Started injector documentation
- Introduced general information in the client
- Advanced settings for the proxy request

## 0.1.4

- Removed unused dependency to http-proxy

## 0.1.3

- Enhanced config construction
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": "kras",
"version": "0.1.3",
"version": "0.2.0",
"description": "Efficient server proxying and mocking in Node.js.",
"main": "dist/server/kras.js",
"types": "dist/server/kras.d.ts",
Expand Down

0 comments on commit 00beaea

Please sign in to comment.