From 6b953a23e3b72d800a013ba2bb1fc82e4bba78e1 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Tue, 12 Dec 2023 20:48:42 -0800 Subject: [PATCH] release 1.0.14 --- Changes.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index 8d46c26..5cb0ea9 100644 --- a/Changes.md +++ b/Changes.md @@ -1,6 +1,13 @@ ### Unreleased +### [1.0.14] - 2023-12-12 + +- style: remove useless variable +- ci(publish): constrain to when package.json changes +- ci: run on PR + + ### [1.0.13] - 2022-06-05 - doc(README): update CI badge URL @@ -80,3 +87,4 @@ [1.0.12]: https://github.com/haraka/haraka-plugin-log-reader/releases/tag/1.0.12 [1.0.13]: https://github.com/haraka/haraka-plugin-log-reader/releases/tag/1.0.13 +[1.0.14]: https://github.com/haraka/haraka-plugin-log-reader/releases/tag/1.0.14 diff --git a/package.json b/package.json index 9653f98..de40a3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haraka-plugin-log-reader", - "version": "1.0.13", + "version": "1.0.14", "description": "display log entries from haraka log files via HTTP", "main": "index.js", "scripts": {