Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Hamann committed Apr 21, 2019
1 parent 534ee21 commit 940bc4d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 940bc4d

Please sign in to comment.