From d0470e084fe4653b1df969ab953a895f79622bd4 Mon Sep 17 00:00:00 2001 From: 1computer1 Date: Sat, 15 Jun 2019 23:36:22 -0400 Subject: [PATCH] Bump version to 1.10.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40fb4ae..8482fe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index de377c5..1272c55 100644 --- a/package.json +++ b/package.json @@ -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",