Skip to content

Commit

Permalink
Release v1.3.6 (#65)
Browse files Browse the repository at this point in the history
* add CONTRIBUTORS to [files] in package.json
* doc(CONTRIBUTORS): added
  • Loading branch information
msimerson authored Apr 9, 2024
1 parent ccea7f1 commit 8b4a1a6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release
Submodule .release updated 6 files
+3 −0 CHANGELOG.md
+19 −0 base.sh
+78 −0 contributors.js
+6 −2 finish.sh
+41 −7 start.sh
+8 −7 submit.sh
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

### Unreleased

### [1.3.6] - 2024-04-09

- doc(CONTRIBUTING): added

### [1.3.5] - 2024-04-07

- update package.json scripts
Expand Down Expand Up @@ -195,3 +199,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
[1.3.3]: https://github.com/haraka/test-fixtures/releases/tag/v1.3.3
[1.3.4]: https://github.com/haraka/test-fixtures/releases/tag/v1.3.4
[1.3.5]: https://github.com/haraka/test-fixtures/releases/tag/v1.3.5
[1.3.6]: https://github.com/haraka/test-fixtures/releases/tag/v1.3.6
9 changes: 9 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

# Contributors

This handcrafted artisinal software is brought to you by:

| <img height="80" src="https://avatars.githubusercontent.com/u/261635?v=4"><br><a href="https://github.com/msimerson">msimerson</a> (<a href="https://github.com/haraka/haraka-plugin-access/commits?author=msimerson">60</a>)| <img height="80" src="https://avatars.githubusercontent.com/u/1432035?v=4"><br><a href="https://github.com/kcberg">kcberg</a> (<a href="https://github.com/haraka/haraka-plugin-access/commits?author=kcberg">1</a>)| <img height="80" src="https://avatars.githubusercontent.com/u/662371?v=4"><br><a href="https://github.com/baudehlo">baudehlo</a> (<a href="https://github.com/haraka/haraka-plugin-access/commits?author=baudehlo">1</a>)| <img height="80" src="https://avatars.githubusercontent.com/u/550490?v=4"><br><a href="https://github.com/smfreegard">smfreegard</a> (<a href="https://github.com/haraka/haraka-plugin-access/commits?author=smfreegard">1</a>)| <img height="80" src="https://avatars.githubusercontent.com/u/203240?v=4"><br><a href="https://github.com/lnedry">lnedry</a> (<a href="https://github.com/haraka/haraka-plugin-access/commits?author=lnedry">1</a>)|
| :---: | :---: | :---: | :---: | :---: |

<sub>this file is maintained by [.release](https://github.com/msimerson/.release)</sub>
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "haraka-test-fixtures",
"license": "MIT",
"description": "Haraka Test Fixtures",
"version": "1.3.5",
"version": "1.3.6",
"repository": {
"type": "git",
"url": "[email protected]:haraka/test-fixtures.git"
Expand All @@ -12,7 +12,8 @@
"files": [
"CHANGELOG.md",
"lib",
"config"
"config",
"CONTRIBUTORS.md"
],
"engines": {
"node": ">=12"
Expand Down

0 comments on commit 8b4a1a6

Please sign in to comment.