Skip to content

Commit 3f0571b

Browse files
authored
Release v1.3.3 (#100)
ci(release): add contents: read permission
1 parent aba654b commit 3f0571b

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ jobs:
2424
uses: haraka/.github/.github/workflows/publish.yml@master
2525
secrets: inherit
2626
permissions:
27+
contents: read
2728
packages: write
2829
id-token: write

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
44

55
### Unreleased
66

7+
### [1.3.3] - 2026-03-31
8+
9+
- ci(release): add contents: read permission
10+
711
### [1.3.2] - 2026-03-31
812

913
- style: ES2024 updates throughout
@@ -233,3 +237,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
233237
[1.3.0]: https://github.com/haraka/haraka-tld/releases/tag/v1.3.0
234238
[1.3.1]: https://github.com/haraka/haraka-tld/releases/tag/v1.3.1
235239
[1.3.2]: https://github.com/haraka/haraka-tld/releases/tag/v1.3.2
240+
[1.3.3]: https://github.com/haraka/haraka-tld/releases/tag/v1.3.3

CONTRIBUTORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This handcrafted artisanal software is brought to you by:
44

5-
| <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-tld/commits?author=msimerson">98</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/27162016?v=4"><br><a href="https://github.com/ekzyis">ekzyis</a> (<a href="https://github.com/haraka/haraka-tld/commits?author=ekzyis">2</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/9887966?v=4"><br><a href="https://github.com/KingNoosh">KingNoosh</a> (<a href="https://github.com/haraka/haraka-tld/commits?author=KingNoosh">1</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/42121756?v=4"><br><a href="https://github.com/PSSGCSim">PSSGCSim</a> (<a href="https://github.com/haraka/haraka-tld/commits?author=PSSGCSim">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-tld/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-tld/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-tld/commits?author=lnedry">1</a>) |
5+
| <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-tld/commits?author=msimerson">99</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/27162016?v=4"><br><a href="https://github.com/ekzyis">ekzyis</a> (<a href="https://github.com/haraka/haraka-tld/commits?author=ekzyis">2</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/9887966?v=4"><br><a href="https://github.com/KingNoosh">KingNoosh</a> (<a href="https://github.com/haraka/haraka-tld/commits?author=KingNoosh">1</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/42121756?v=4"><br><a href="https://github.com/PSSGCSim">PSSGCSim</a> (<a href="https://github.com/haraka/haraka-tld/commits?author=PSSGCSim">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-tld/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-tld/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-tld/commits?author=lnedry">1</a>) |
66
| :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
77

88
| <img height="80" src="https://avatars.githubusercontent.com/u/2158203?v=4"><br><a href="https://github.com/luto">luto</a> (<a href="https://github.com/haraka/haraka-tld/commits?author=luto">1</a>)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "haraka-tld",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "Haraka TLD utilities",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)