Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
3.9.2: Added back quit command
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjornskjald committed Sep 5, 2018
2 parents e002341 + 9c9a6ed commit 8683f51
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ node_js:
- "8"
deploy:
provider: script
script: npm run build
script: npm install && npm run build
on:
branch: master
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [3.9.2] - 2018-09-05
### Changed
- Fixed quit command
- Fixed building script

## [3.9.1] - 2018-09-03
### Changed
- Fixed crash on start when category is set in the config
Expand Down
3 changes: 2 additions & 1 deletion lib/commands/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ module.exports = {
unlink: require('./unlink'),
list: require('./list'),
showConfig: require('./showConfig'),
help: require('./help')
help: require('./help'),
quit: require('./quit')
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "miscord",
"version": "3.9.1",
"version": "3.9.2",
"description": "Facebook Messenger to Discord bridge",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8683f51

Please sign in to comment.