Skip to content

Commit

Permalink
production version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Whitley committed Sep 12, 2017
1 parent 9de35bd commit 44e2204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,3 +267,4 @@ Special thanks to all those that use this library and report issues, but especia
- **v0.11.0** - Added string support to defaultDuration option, previously just numeric ms - thanks @davebaol
- **v0.11.1** - correction to status code caching, and max-age headers are no longer sent when not cached. middlewareToggle now works as intended with example of statusCode checking (checks during shouldCacheResponse cycle)
- **v0.11.2** - dev-deps update, courtesy of @danielsogl
- **v1.0.0** - stamping v0.11.2 into official production version, will now begin developing on branch v2.x (redesign)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apicache",
"version": "0.11.2",
"version": "1.0.0",
"scripts": {
"lint": "eslint **/*.js",
"pretest": "npm run lint",
Expand Down

0 comments on commit 44e2204

Please sign in to comment.