Skip to content

Commit

Permalink
Merge pull request #219 from jaredwray/upgrading-ecto-to-2.2.4
Browse files Browse the repository at this point in the history
upgrading ecto to 2.2.4
  • Loading branch information
jaredwray authored Dec 10, 2023
2 parents 7677445 + 587e295 commit 3fd9827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
**Please check if the PR fulfills these requirements**
- [ ] Followed the [Contributing](https://github.com/jaredwray/keyv/blob/main/CONTRIBUTING.md) guidelines.
- [ ] Followed the [Contributing](https://github.com/jaredwray/writr/blob/main/CONTRIBUTING.md) guidelines.
- [ ] Tests for the changes have been added (for bug fixes/features) with 100% code coverage.
- [ ] Docs have been added / updated (for bug fixes / features)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"writr": "./bin/writr.js"
},
"dependencies": {
"ecto": "^2.2.3",
"ecto": "^2.2.4",
"feed": "^4.2.2",
"fs-extra": "^11.1.1",
"gray-matter": "^4.0.3",
Expand Down

0 comments on commit 3fd9827

Please sign in to comment.