diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..677fdce --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,46 @@ +2015-01-28, Version 1.2.1 +========================= + + * package: add jshint to devDependencies (Miroslav Bajtoš) + + * Fix crash in `id(model, property)` (Miroslav Bajtoš) + + * Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham) + + +2014-10-13, Version 1.2.0 +========================= + + * Bump version (Raymond Feng) + + * Make sure callback happens if a model is not attached to the data source (Raymond Feng) + + * Update contribution guidelines (Ryan Graham) + + +2014-07-20, Version 1.1.1 +========================= + + * Bump version (Raymond Feng) + + * Fix updateAttributes impl (Raymond Feng) + + +2014-06-20, Version 1.1.0 +========================= + + * Bump version (Raymond Feng) + + * Fix style to pass jlint (Raymond Feng) + + * Add space (Raymond Feng) + + * Add bulk update support (Raymond Feng) + + * Fix the count() impl to use buildWhere() from the subclass (Raymond Feng) + + +2014-06-03, Version 1.0.0 +========================= + + * First release! diff --git a/package.json b/package.json index ac362b5..ed1d851 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-connector", - "version": "1.2.0", + "version": "1.2.1", "description": "Building blocks for LoopBack connectors", "keywords": [ "StrongLoop",