Skip to content

Commit

Permalink
- ci: run tests on PR
Browse files Browse the repository at this point in the history
- ci(publish): add on.release trigger
- deps(dev*): pin versions
  • Loading branch information
msimerson committed Dec 12, 2023
1 parent f44554e commit 8747e81
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -28,4 +35,5 @@

- initial release


[1.0.3]: https://github.com/haraka/haraka-plugin-template/releases/tag/1.0.3
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
}
}

0 comments on commit 8747e81

Please sign in to comment.