From b096aebd2c33a095bc580b57884b15f38296bb13 Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Sun, 10 Dec 2023 09:27:01 -0800 Subject: [PATCH 1/2] upgrading ecto to 2.2.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e44777..0676901 100644 --- a/package.json +++ b/package.json @@ -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", From 587e29557df58b03863d636d806c629515655d07 Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Sun, 10 Dec 2023 09:27:54 -0800 Subject: [PATCH 2/2] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6d366fb..7432447 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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)