Skip to content

Commit

Permalink
Changed .gitignore, remove files and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
akazorg committed Oct 20, 2018
1 parent 63290a8 commit 642d807
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 14,008 deletions.
7 changes: 4 additions & 3 deletions .gitignore
@@ -1,6 +1,7 @@
/node_modules
.lock
.idea/
node_modules/
vendor/
composer.lock
npm-debug.log
package-lock.json
vendor
yarn-error.log
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# CHANGELOG

## [0.0.7] - 2018-10-20
- Changed Improve receivers controller #6
- Fix MessageModel: add return types #5
- Fix composer: set fixed versions and other configs #4
- Fix MessageRepository: Check user for deletion #3
- Fix some stuff #2


## [0.0.6] - 2018-10-15
- Fix scroll to the bottom when sending/receiving a message.

Expand Down

0 comments on commit 642d807

Please sign in to comment.