Skip to content

Commit

Permalink
Release 0.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmaurer committed Jul 7, 2020
1 parent 6c23c2a commit 0f2ca7b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,29 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.57.0](https://github.com/crownheightsaid/mutual-aid-app/compare/0.56.0...0.57.0)

> 7 July 2020
- fix: message for DM. approved by intake [`#115`](https://github.com/crownheightsaid/mutual-aid-app/pull/115)
- Display requests marked for driving clusters on /delivery-needed map [`#79`](https://github.com/crownheightsaid/mutual-aid-app/pull/79)
- Remove unmatched reimbursement requests [`#110`](https://github.com/crownheightsaid/mutual-aid-app/pull/110)
- fix: finish package.json merge and lint [`#113`](https://github.com/crownheightsaid/mutual-aid-app/pull/113)
- Create LICENSE [`#112`](https://github.com/crownheightsaid/mutual-aid-app/pull/112)
- added twilio serverless functions! for phone line + sms [`#103`](https://github.com/crownheightsaid/mutual-aid-app/pull/103)
- linter upgrade fixes [`#109`](https://github.com/crownheightsaid/mutual-aid-app/pull/109)
- Update README.md [`bd46dc4`](https://github.com/crownheightsaid/mutual-aid-app/commit/bd46dc4f0d3b5ceed2f54b250988f6775df6c0ba)
- Update DEVELOPING.md [`be8f7ee`](https://github.com/crownheightsaid/mutual-aid-app/commit/be8f7ee4916d88a9ca45d0669a37fc6548b4eefe)
- Update README.md [`7d7c047`](https://github.com/crownheightsaid/mutual-aid-app/commit/7d7c0472c3c565c65f2e0a60dc81ee4fc713a104)
- fix: create delivery reminder message [`35c20ad`](https://github.com/crownheightsaid/mutual-aid-app/commit/35c20adc195ca3f0fc4625cfeb26de99b898e9a5)

#### [0.56.0](https://github.com/crownheightsaid/mutual-aid-app/compare/0.55.0...0.56.0)

> 3 July 2020
- fix: package lock update [`388bb09`](https://github.com/crownheightsaid/mutual-aid-app/commit/388bb09ed1972ef7397bb317a801032e80f8e4c1)
- fix: react-scripts jest depends [`81a4ae5`](https://github.com/crownheightsaid/mutual-aid-app/commit/81a4ae5c86008c4907b1465fd048b1ac65f5b418)
- Release 0.56.0 [`9385eaa`](https://github.com/crownheightsaid/mutual-aid-app/commit/9385eaa099074ee42de4dc0c7ee5b97157603780)

#### [0.55.0](https://github.com/crownheightsaid/mutual-aid-app/compare/0.54.0...0.55.0)

Expand Down
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
Expand Up @@ -121,7 +121,7 @@
"last 1 safari version"
]
},
"version": "0.56.0",
"version": "0.57.0",
"release-it": {
"hooks": {
"after:bump": "npx auto-changelog -p -l 15"
Expand Down

0 comments on commit 0f2ca7b

Please sign in to comment.