Bump to 1.7.0
This commit is contained in:
parent
6bd4484fb0
commit
51b2ba175d
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 1.7.0
|
||||
|
||||
- Added the Brainfuck language.
|
||||
|
||||
## 1.6.0
|
||||
|
||||
- Added `>cleanup` command.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "comp_iler",
|
||||
"version": "1.4.0",
|
||||
"version": "1.7.0",
|
||||
"description": "Sandboxed eval bot",
|
||||
"main": "src/index.js",
|
||||
"author": "1Computer1",
|
||||
|
|
Loading…
Reference in a new issue