Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GochoMugo committed Feb 27, 2016
1 parent 72b8fe0 commit 7a58d13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased



## 1.0.0 - 27/02/2016

Added:

* `capq.capacity()` returns the capacity of the queue
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capq",
"version": "0.1.0",
"version": "1.0.0",
"description": "A Capped Queue for Node.js Applications",
"main": "lib/capq.js",
"scripts": {
Expand All @@ -12,7 +12,8 @@
},
"keywords": [
"capped",
"queue"
"queue",
"array"
],
"author": "GochoMugo <mugo@forfuture.co.ke>",
"license": "MIT",
Expand Down

0 comments on commit 7a58d13

Please sign in to comment.