Skip to content

Commit

Permalink
Merge pull request #15 from mtrezza/release-1.0.4
Browse files Browse the repository at this point in the history
release 1.0.4
  • Loading branch information
mtrezza authored Jan 14, 2021
2 parents e4b6c84 + a9da478 commit 6862af3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog

# main
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.3...master)
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.4...master)

# 1.0.4
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.3...1.0.4)

### 🐛 Fixes
- Fixed failing Parse Server adapter controller validation. [#13](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/13). Thanks to [mtrezza](https://github.com/mtrezza).

### 🧬 Improvements
- Added lint to CI workflow. [#14](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/14). Thanks to [mtrezza](https://github.com/mtrezza).

# 1.0.3
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.2...1.0.3)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parse-server-api-mail-adapter",
"version": "1.0.3",
"version": "1.0.4",
"description": "API Mail Adapter for Parse Server",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit 6862af3

Please sign in to comment.