Skip to content

Commit

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

### Features

* add support of comment on the JSON config file with `jsonc` ([5bc1ebb](5bc1ebb)), closes [#7](#7)
  • Loading branch information
edmundhung committed Jul 15, 2021
1 parent 25fc0b1 commit c169c5d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0](https://github.com/edmundhung/maildog/compare/v1.0.1...v1.1.0) (2021-07-15)


### Features

* add support of comment on the JSON config file with `jsonc` ([5bc1ebb](https://github.com/edmundhung/maildog/commit/5bc1ebbcf400ffe827cb4184181e7e7d77ac9b80)), closes [#7](https://github.com/edmundhung/maildog/issues/7)

## [1.0.1](https://github.com/edmundhung/maildog/compare/v1.0.0...v1.0.1) (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.0.1",
"version": "1.1.0",
"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 c169c5d

Please sign in to comment.