Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2021-07-24)

### Bug Fixes

* **web:** type-checking for web app ([c30dfab](c30dfab))

### Features

* **web:** implement api route with session api as example ([86814dd](86814dd))
* **web:** implement github oauth web application flow with installation support ([9688226](9688226))
* **web:** prepare a default homepage for web authentication flow ([cbe752d](cbe752d))
* **web:** the website should be mobile friendly ([e8c3eed](e8c3eed))
  • Loading branch information
edmundhung committed Jul 24, 2021
1 parent 9baf959 commit b3d25df
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [1.1.1](https://github.com/edmundhung/maildog/compare/v1.1.0...v1.1.1) (2021-07-24)


### Bug Fixes

* **web:** type-checking for web app ([c30dfab](https://github.com/edmundhung/maildog/commit/c30dfab783045252d39b4aff450b8a9ae530893f))


### Features

* **web:** implement api route with session api as example ([86814dd](https://github.com/edmundhung/maildog/commit/86814dd8e6005cbec57076e50cff01216dcbbecd))
* **web:** implement github oauth web application flow with installation support ([9688226](https://github.com/edmundhung/maildog/commit/9688226db6b9530aff84671a8723a6096e3ae01f))
* **web:** prepare a default homepage for web authentication flow ([cbe752d](https://github.com/edmundhung/maildog/commit/cbe752d6304d9af2ae77b28d81e897139d8de689))
* **web:** the website should be mobile friendly ([e8c3eed](https://github.com/edmundhung/maildog/commit/e8c3eedf397e431cd75756cbb398ec499d0fb18c))

# [1.1.0](https://github.com/edmundhung/maildog/compare/v1.0.1...v1.1.0) (2021-07-15)


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
@@ -1,6 +1,6 @@
{
"name": "maildog",
"version": "1.1.0",
"version": "1.1.1",
"description": "Hosting your own email forwarding service on AWS and manage it with Github Actions",
"bin": {
"email-masking": "bin/email-masking.js"
Expand Down

0 comments on commit b3d25df

Please sign in to comment.