Bump version to 1.10.1

This commit is contained in:
1computer1 2019-06-15 23:36:22 -04:00
parent 32e297ee07
commit d0470e084f
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# Changelog
## 1.10.1
- Fixed cleanup not invalidating cache.
- Fixed errors not causing containers to be cleaned up.
## 1.10.0
- Changed how workspaces are made, evaluations should only have access to their own folder now.

View file

@ -1,6 +1,6 @@
{
"name": "comp_iler",
"version": "1.10.0",
"version": "1.10.1",
"description": "Sandboxed eval bot",
"main": "src/index.js",
"author": "1Computer1",