Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
 * Update package.json (loopbackio#33) (Simon Ho)
 * Update translation files - round#2 (loopbackio#31) (Candy)
 * Upgrade to LB 3.x (jannyHou)
 * Add translated files (gunjpan)
 * Fix linting errors (Simon Ho)
 * Configure ESLint (Simon Ho)
 * refactor (jannyHou)
 * Apply feedback (jannyHou)
 * Globalize redis (jannyHou)
 * update license text (Ryan Graham)
 * Skip failing tests (Simon Ho)
 * Upgrade should to 8.0.2 (Simon Ho)
 * Use NPM run scripts instead of Make (Simon Ho)
 * Update README.md (Simon Ho)
 * Refactor package.json (Simon Ho)
 * Refer to licenses with a link (Sam Roberts)
 * Use strongloop conventions for licensing (Sam Roberts)
 * deps: add bluebird, used by juggling test helpers (Ryan Graham)
 * Add NOTICE (Raymond Feng)
 * Update README.md (Rand McKinney)
 * Allow null in indexes (Krishna Raman)
 * Add keywords to package.json (Rand McKinney)
 * Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham)
  • Loading branch information
bajtos committed Oct 17, 2016
1 parent 866e970 commit 4026795
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
50 changes: 50 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,53 @@
2016-10-17, Version 0.1.0
=========================

* Update package.json (#33) (Simon Ho)

* Update translation files - round#2 (#31) (Candy)

* Upgrade to LB 3.x (jannyHou)

* Add translated files (gunjpan)

* Fix linting errors (Simon Ho)

* Configure ESLint (Simon Ho)

* refactor (jannyHou)

* Apply feedback (jannyHou)

* Globalize redis (jannyHou)

* update license text (Ryan Graham)

* Skip failing tests (Simon Ho)

* Upgrade should to 8.0.2 (Simon Ho)

* Use NPM run scripts instead of Make (Simon Ho)

* Update README.md (Simon Ho)

* Refactor package.json (Simon Ho)

* Refer to licenses with a link (Sam Roberts)

* Use strongloop conventions for licensing (Sam Roberts)

* deps: add bluebird, used by juggling test helpers (Ryan Graham)

* Add NOTICE (Raymond Feng)

* Update README.md (Rand McKinney)

* Allow null in indexes (Krishna Raman)

* Add keywords to package.json (Rand McKinney)

* Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham)


2014-12-17, Version 0.0.3
=========================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loopback-connector-redis",
"version": "0.0.3",
"version": "0.1.0",
"description": "The official Redis connector for the LoopBack Framework.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4026795

Please sign in to comment.