diff --git a/CHANGELOG.md b/CHANGELOG.md index 67a3602..6cddd54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.6.0](https://github.com/barajs/express/compare/v1.5.4...v1.6.0) (2019-11-13) + + +### Features + +* **mold:** add usesAt for specific middleware route ([0c8ab22](https://github.com/barajs/express/commit/0c8ab22a3f8f5b4c2926c4e0b9243dc7ded1c02e)) + ## [1.5.4](https://github.com/barajs/express/compare/v1.5.3...v1.5.4) (2019-11-06) diff --git a/package-lock.json b/package-lock.json index 6a1efa3..51c2de4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@barajs/express", - "version": "1.5.4", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 794ec22..53f824d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@barajs/express", - "version": "1.5.4", + "version": "1.6.0", "description": "Bara Express integration module", "repository": { "type": "git",