diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..71c77b9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +### Changelog + +All notable changes to this project will be documented in this file. Dates are displayed in UTC. + +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +#### [v1.2.0](https://github.com/mhamann/micro-mw/compare/v1.1.1...v1.2.0) + +> 21 April 2019 + +- Update applyMiddleware to return [`#1`](https://github.com/mhamann/micro-mw/pull/1) +- Build with Travis [`#2`](https://github.com/mhamann/micro-mw/pull/2) +- Resolve security audit issues [`534ee21`](https://github.com/mhamann/micro-mw/commit/534ee21911445766323e3399f1771796df5b24a7) +- Auto-publish to npm on tag [`4b2f5f8`](https://github.com/mhamann/micro-mw/commit/4b2f5f8ad7c19fab7ce38fff2676e2ed81758103) + +#### [v1.1.1](https://github.com/mhamann/micro-mw/compare/v1.0.0...v1.1.1) + +> 6 January 2019 + +- Allow sets to reference other sets [`0f1ec19`](https://github.com/mhamann/micro-mw/commit/0f1ec193df9ae408e0eda6c7acb6cb06df759d62) +- Update readme to reflect set reference feature [`862b645`](https://github.com/mhamann/micro-mw/commit/862b6453a6b0b5f5ee074e0e3b99073fcd260f45) + +#### v1.0.0 + +> 2 January 2019 + +- Initial commit [`4753615`](https://github.com/mhamann/micro-mw/commit/4753615fe6f48c4d786cb8d0a72fe7f6e71a2b2d) diff --git a/package-lock.json b/package-lock.json index c92c34b..dc7800c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "micro-mw", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b6e3f68..3c62fa2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "micro-mw", - "version": "1.1.1", + "version": "1.2.0", "description": "a simple helper to add middleware to your zeit/micro service", "main": "lib/index.js", "scripts": {