diff --git a/CHANGELOG.md b/CHANGELOG.md index f9ad25b..67c92f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.1.0 + +* You can now submit `DELETE /` to the admin endpoint to delete all configured stubbed endpoints (#89) + ## 5.0.0 * __BREAKING CHANGES from 4.x__ diff --git a/package-lock.json b/package-lock.json index 2d6f3b7..a67b9f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stubby", - "version": "5.0.0", + "version": "5.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stubby", - "version": "5.0.0", + "version": "5.1.0", "license": "Apache-2.0", "dependencies": { "ejs": "^3.1.6", diff --git a/package.json b/package.json index 9d79c7d..5e69b18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stubby", - "version": "5.0.0", + "version": "5.1.0", "author": { "name": "Eric Mrak", "email": "mail@ericmrak.info"