Skip to content

Commit

Permalink
Preparing release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Tupper committed Feb 15, 2016
1 parent 662ce88 commit 91183d5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Known issues:

## 1.0.5

- Restructured project
- Moved to a properly named git repository with only this project's history in it
- Added basic tests to excercise everything and make sure nothing is broken

## 1.0.4

- Correcting github location
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "bunyan-rotating-file-stream",
"version": "1.0.4",
"version": "1.0.5",
"description": "a rotating file stream for the bunyan logging system",
"author": "Jim Tupper <[email protected]> (http://github.com/rcomian)",
"main": "./lib/rotatingfilestream/index.js",
"main": "./index.js",
"repository": {
"type": "git",
"url": "git://github.com/Rcomian/bunyan-rotating-file-store.git"
"url": "git://github.com/Rcomian/bunyan-rotating-file-stream.git"
},
"engines": [
"node >=0.10.0"
Expand Down

0 comments on commit 91183d5

Please sign in to comment.