Bump to version 1.9.0
This commit is contained in:
parent
482544ef8c
commit
9c22e1b663
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.9.0
|
||||||
|
|
||||||
|
- Added `languages` command.
|
||||||
|
- Fixed incorrect prefix in help info.
|
||||||
|
- Fixed Brainfuck input.
|
||||||
|
- Fixed typos.
|
||||||
|
|
||||||
## 1.8.0
|
## 1.8.0
|
||||||
|
|
||||||
- Added the APL language.
|
- Added the APL language.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "comp_iler",
|
"name": "comp_iler",
|
||||||
"version": "1.8.0",
|
"version": "1.9.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