Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
RC 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam A. Zerella committed Jan 7, 2019
1 parent e248b3a commit e604c15
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 84 deletions.
2 changes: 1 addition & 1 deletion .deploy/manifest-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ applications:
memory: 256M # Used to be 128M but using Node.js experimental features like fs.promises requires more :'(
>>>>>>> cacd5ce8cfdb693d0a86e8b0d7a3d70f2d07663b
instances: 1
command: node ./node_modules/.bin/pancake && npm run build && node src/server.js
command: node ./node_modules/.bin/pancake && npm run build && node src/index.js
env:
NODE_ENV: development
NODE_MODULES_CACHE: false
Expand Down
2 changes: 1 addition & 1 deletion .deploy/manifest-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ applications:
buildpack: nodejs_buildpack
memory: 512M # Used to be 128M but using Node.js experimental features like fs.promises requires more :'(
instances: 2
command: node ./node_modules/.bin/pancake && npm run build && node src/server.js
command: node ./node_modules/.bin/pancake && npm run build && node src/index.js
env:
NODE_ENV: production
routes:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# 1.1.0
- Implemented asyncronous functionality and Slack integration.

# 1.0.0
- 🎉 Initial release
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ Wuhuu! thanks for considering contributing! We are always looking to make chamel

## Release history

- v1.1.0 - Implemented asyncronous functionality and Slack integration.
- v1.0.0 - 🎉 Initial release



# Contributors:
<div style="display:inline;">
<a href="https://github.com/adamzerella"><img width="64" height="64" src="https://avatars0.githubusercontent.com/u/1501560?s=460&v=4" alt="Adam A. Zerella"/></a>
Expand Down
Loading

0 comments on commit e604c15

Please sign in to comment.