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
|
# Changelog
|
||||||
|
|
||||||
|
## 1.7.0
|
||||||
|
|
||||||
|
- Added the Brainfuck language.
|
||||||
|
|
||||||
## 1.6.0
|
## 1.6.0
|
||||||
|
|
||||||
- Added `>cleanup` command.
|
- Added `>cleanup` command.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "comp_iler",
|
"name": "comp_iler",
|
||||||
"version": "1.4.0",
|
"version": "1.7.0",
|
||||||
"description": "Sandboxed eval bot",
|
"description": "Sandboxed eval bot",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"author": "1Computer1",
|
"author": "1Computer1",
|
||||||
|
|
Loading…
Reference in a new issue