Skip to content

Commit

Permalink
release preps
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaidma committed Aug 27, 2016
1 parent 6f965a8 commit 42bd844
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ sudo: false
env:
- [email protected]
- [email protected]
- [email protected]

node_js:
- '4'
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.4.0 - 27.08.2016

* Updated dependencies
* Added Seneca 3 support
* Dropped Node 0.10, 0.12, 5 support

## 0.3.0 - 09.08.2016

* Updated dependencies
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ Lead Maintainer: [Blain Smith](https://github.com/blainsmith)
A storage engine that uses [leveldb][] to persist data. It may also be used as an example on how to
implement a storage plugin for Seneca using an underlying key-value store.

- __Version:__ 0.3.0
- __Node:__ 4, 6

seneca-level-store's source can be read in an annotated fashion by,

- running `npm run annotate`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"osenv": "0.1.3",
"pre-commit": "1.1.x",
"seneca": "plugin",
"seneca-basic": "0.4.x",
"seneca-entity": "1.2.x",
"seneca-basic": "0.5.x",
"seneca-entity": "1.3.x",
"seneca-store-test": "1.0.0"
},
"files": [
Expand Down

0 comments on commit 42bd844

Please sign in to comment.