From 8747e816df82947a31aac272b8e6c9d871729bcb Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Tue, 12 Dec 2023 13:51:22 -0800 Subject: [PATCH] - ci: run tests on PR - ci(publish): add on.release trigger - deps(dev*): pin versions --- Changes.md | 8 ++++++++ package.json | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Changes.md b/Changes.md index a88b42f..401eb5f 100644 --- a/Changes.md +++ b/Changes.md @@ -2,6 +2,13 @@ ### Unreleased +### 1.0.5 - 2023-12-12 + +- ci: run tests on PR +- ci(publish): add on.release trigger +- deps(dev*): pin versions + + ### [1.0.3] - 2022-06-05 - ci: replace hard coded vers with node-lts-versions @@ -28,4 +35,5 @@ - initial release + [1.0.3]: https://github.com/haraka/haraka-plugin-template/releases/tag/1.0.3 diff --git a/package.json b/package.json index 64dec7d..2ce56a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haraka-plugin-template", - "version": "1.0.4", + "version": "1.0.5", "description": "Haraka plugin that...CHANGE THIS", "main": "index.js", "scripts": { @@ -25,9 +25,9 @@ }, "homepage": "https://github.com/haraka/haraka-plugin-template#readme", "devDependencies": { - "eslint": "8.55.0", + "eslint": "^8.55.0", "eslint-plugin-haraka": "*", "haraka-test-fixtures": "*", - "mocha": "10.2.0" + "mocha": "^10.2.0" } }