Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Jul 7, 2015
1 parent e287029 commit 35a47fc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## 0.2.0 (July 7, 2015)

### Dependency Upgrades

* Update dependencies (#37)
* Update devDependencies (#35)
* Update eslint and eslintrc (#33)
* Update pr-log (#27)

### Enhancements

* Integration tests (#36)
* Refactor package.json scripts (#26)
* Replace beltjs and underscore with lodash (#25)
* Add pr-log to maintain a CHANGELOG.md (#24)

### Build-Related

* Run iojs and nodejs 0.12 on travis (#30)
* Ignore npm-debug.log in version control (#28)

### Documentation

* Fix some spelling mistakes in documentation. (#22)

## 0.1.0 (November 18, 2014)

Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongobird",
"version": "0.1.0",
"version": "0.2.0",
"description": "Bluebird aware mongoDB driver.",
"main": "lib/mongobird.js",
"scripts": {
Expand Down

0 comments on commit 35a47fc

Please sign in to comment.