Skip to content

Commit

Permalink
4.0.0 (agenda#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeframbach authored Oct 27, 2016
1 parent 9b7ac41 commit 799565c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.4.0 / 2016-10-27
==================

* (simison) Agenda dependency version `<1.0.0` to avoid breaking dependency.
* (loris) Fix #24 - Added indexes for faster queries.
* Fix #28 - Removed dependency on Mongo Driver.
* Added API tests with mocha and supertest. No frontend tests.

0.3.2 / 2016-06-30
==================

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": "agendash",
"version": "0.3.2",
"version": "0.4.0",
"description": "Agenda Dashboard",
"main": "app.js",
"bin": "bin/agendash-standalone.js",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -631,8 +631,8 @@ superagent@^2.0.0:
readable-stream "^2.0.5"

supertest@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/supertest/-/supertest-2.0.0.tgz#060e18edae56e3d62b95c6e9c4e2a5e4e50979ff"
version "2.0.1"
resolved "https://registry.yarnpkg.com/supertest/-/supertest-2.0.1.tgz#a058081d788f1515d4700d7502881e6b759e44cd"
dependencies:
methods "1.x"
superagent "^2.0.0"
Expand Down

0 comments on commit 799565c

Please sign in to comment.