Skip to content

Commit

Permalink
update versions and versions.md [CORE-390OC]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Winkler committed Sep 19, 2019
1 parent 09ee537 commit 4833271
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@

## Next Version
### Features

### Fixes

### Deprecations


## Version 2.5.0
### Features
- add `deploy-repl` command so the usual deployment configuration can be used, to start a repl with deployment configuration
- use new favicon

### Fixes
- use new `getSmartAgentAuthHeaders` to build `EvanAuth` header for smart-agent requests

### Deprecations


## Version 2.4.0
### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,5 @@
"serve": "gulp --cwd . --gulpfile gulp/serve.js serve",
"serve-build": "gulp --cwd . --gulpfile gulp/serve.js serve --build"
},
"version": "2.4.0"
"version": "2.5.0"
}

0 comments on commit 4833271

Please sign in to comment.