Skip to content

Commit

Permalink
4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
broerse committed Dec 12, 2016
1 parent df6c177 commit bb6de68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -510,6 +510,8 @@ This project was originally based on the [ember-data-hal-adapter](https://github
And of course thanks to all our wonderful contributors, [here](https://github.com/nolanlawson/ember-pouch/graphs/contributors) and [in Relational Pouch](https://github.com/nolanlawson/relational-pouch/graphs/contributors)!

## Changelog
* **4.2.2**
- Update pouchdb to the latest version
* **4.2.1**
- Fix `Init` some more
- Fix `Init` `_super.Init` error
Expand Down
2 changes: 1 addition & 1 deletion index.js
@@ -1,4 +1,4 @@
/* jshint node: true */
/* jshint node: true, -W030 */
'use strict';

var path = require('path');
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-pouch",
"version": "4.2.1",
"version": "4.2.2",
"description": "PouchDB adapter for Ember Data",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit bb6de68

Please sign in to comment.