Skip to content

Commit

Permalink
Increment hotfix version (#2114)
Browse files Browse the repository at this point in the history
* increment hotfix version

* Update changelog
  • Loading branch information
bgklein authored Oct 30, 2019
1 parent 10e9002 commit 149ebd6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Fixes
* Vulnerabilities with dependencies
* Fix issue where the Python server would not start due to dependency collisions.

# 2.4.0
[All items](https://github.com/Azure/BatchExplorer/milestone/38?closed=1)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"name": "Microsoft Corporation",
"email": "[email protected]"
},
"version": "2.4.0",
"version": "2.4.1",
"main": "build/client/main.prod.js",
"scripts": {
"ts": "ts-node --project tsconfig.node.json --files",
Expand Down

0 comments on commit 149ebd6

Please sign in to comment.