Skip to content

Commit

Permalink
chore(release): release 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 27, 2016
1 parent f85da85 commit 918b584
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
<a name="3.0.6"></a>
## [3.0.6](https://github.com/adonisjs/adonis-lucid/compare/v3.0.5...v3.0.6) (2016-09-27)


### Bug Fixes

* **lucid:** use primary key instead of id ([f85da85](https://github.com/adonisjs/adonis-lucid/commit/f85da85)), closes [#51](https://github.com/adonisjs/adonis-lucid/issues/51)



<a name="3.0.5"></a>
## [3.0.5](https://github.com/adonisjs/adonis-lucid/compare/v3.0.4...v3.0.5) (2016-09-26)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"directories": {
"test": "test"
},
"version": "3.0.5",
"version": "3.0.6",
"scripts": {
"lint": "standard src/**/*.js src/**/**/*.js src/**/**/**/*.js lib/*.js test/**/*.js providers/*.js",
"test:all": "DB=sqlite3 npm run test && DB=mysql npm run test && DB=pg npm run test",
Expand Down

0 comments on commit 918b584

Please sign in to comment.