Skip to content

Commit

Permalink
v0.0.10
Browse files Browse the repository at this point in the history
 - Deps packages update
 - Add Changelog.md
  • Loading branch information
dr-dimitru committed May 29, 2015
1 parent 1b47ebd commit 93694fa
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[email protected]
[email protected]
ostrio:[email protected].6
ostrio:[email protected].9
ostrio:[email protected].7
ostrio:[email protected].10
ostrio:[email protected]
[email protected]
[email protected]
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Changelog
=========

- [[`v0.0.10`](https://github.com/VeliovGroup/Meteor-logger-file/releases/tag/v0.0.10)] *05/29/2015*
- Deps packages update
- Add Changelog.md
- [[`v0.0.9`](https://github.com/VeliovGroup/Meteor-logger-file/releases/tag/v0.0.9)] *05/28/2015*
- Fix issue #2
- Remove colon from file names, to avoid Windows compilation issues
- License update
- [[`v0.0.8`](https://github.com/VeliovGroup/Meteor-logger-file/releases/tag/v0.0.8)] *05/25/2015*
- Deps packages update
- [[`v0.0.7`](https://github.com/VeliovGroup/Meteor-logger-file/releases/tag/v0.0.7)] *04/12/2015*
- Use `ostrio:meteor-root` to find Meteor's root folder
- [[`v0.0.6`](https://github.com/VeliovGroup/Meteor-logger-file/releases/tag/v0.0.6)] *04/10/2015*
- Fix storage path for PRODUCTION ENV
- [[`v0.0.5`](https://github.com/VeliovGroup/Meteor-logger-file/releases/tag/v0.0.5)] Initial, please see docs
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Package.describe({
name: 'ostrio:loggerfile',
version: '0.0.9',
version: '0.0.10',
summary: 'Simply store application logs into file within ostrio:logger package',
git: 'https://github.com/VeliovGroup/Meteor-logger-file',
documentation: 'README.md'
});

Package.onUse(function(api) {
api.versionsFrom('1.0');
api.use(['coffeescript', 'ostrio:[email protected].6'], ['client', 'server']);
api.use(['coffeescript', 'ostrio:[email protected].7'], ['client', 'server']);
api.use('ostrio:[email protected]', 'server')
api.addFiles('loggerfile.coffee', ['client', 'server']);
});
Expand Down

0 comments on commit 93694fa

Please sign in to comment.