Bump to version 1.9.0

This commit is contained in:
1computer1 2019-06-03 19:01:32 -04:00
parent 482544ef8c
commit 9c22e1b663
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# Changelog
## 1.9.0
- Added `languages` command.
- Fixed incorrect prefix in help info.
- Fixed Brainfuck input.
- Fixed typos.
## 1.8.0
- Added the APL language.

View file

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