diff --git a/README.md b/README.md index 88298a6..10b8159 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index b13f429..778f7de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apicache", - "version": "0.11.2", + "version": "1.0.0", "scripts": { "lint": "eslint **/*.js", "pretest": "npm run lint",