From f8e7d1d5cd3c4a849cba1ae3d8a41aba26b8250a Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Sun, 5 Jun 2022 17:53:03 -0700 Subject: [PATCH] Release v1.0.4 (#19) - ci: update with shared GHA workflows - ci: add node 18 testing - ci: replace travis & appveyor with github actions --- Changes.md | 3 +++ package.json | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changes.md b/Changes.md index 2baea60..0ca10be 100644 --- a/Changes.md +++ b/Changes.md @@ -26,3 +26,6 @@ ### 1.0.1 - 2017-09-04 - initial release + + +[1.0.4]: https://github.com/haraka/haraka-dsn/releases/tag/1.0.4 diff --git a/package.json b/package.json index 02bfda3..a68da8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haraka-dsn", - "version": "1.0.3", + "version": "1.0.4", "description": "Haraka DSN", "engines": { "node": ">= v14.0.0" @@ -31,6 +31,5 @@ "haraka-constants": "*", "mocha": ">=9" }, - "dependencies": { - } + "dependencies": {} }