Skip to content

Commit 8a4c9ea

Browse files
authored
Merge pull request #67 from ItzNotABug/release-patch
Release Patch
2 parents 4da6302 + 4e4d137 commit 8a4c9ea

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ configuration/config.debug.json
2121
configuration/config.local.json
2222

2323
# custom template used for tests
24-
custom-template.ejs
24+
custom-template.ejs
25+
26+
# helper script for docker publish
27+
docker-publish.sh

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ghosler",
33
"description": "Send newsletter emails to your members, using your own email credentials!",
4-
"version": "0.98",
4+
"version": "0.98.2",
55
"main": "app.js",
66
"type": "module",
77
"author": "@itznotabug",

0 commit comments

Comments
 (0)