Skip to content

Commit 9e1ded1

Browse files
authored
Release v1.3.3 (#59)
* deps(*): pin versions to latest
1 parent 86aae4a commit 9e1ded1

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

Changes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
### Unreleased
22

33

4+
### [1.3.3] - 2023-12-12
5+
6+
- deps(\*): pin versions to latest
7+
8+
49
### [1.3.2] - 2023-12-12
510

611
- dep(haraka-results): bump version to 2.2.3
@@ -193,3 +198,4 @@
193198
[1.3.0]: https://github.com/haraka/test-fixtures/releases/tag/v1.3.0
194199
[1.3.1]: https://github.com/haraka/test-fixtures/releases/tag/v1.3.1
195200
[1.3.2]: https://github.com/haraka/test-fixtures/releases/tag/v1.3.2
201+
[1.3.3]: https://github.com/haraka/test-fixtures/releases/tag/1.3.3

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "haraka-test-fixtures",
44
"license": "MIT",
55
"description": "Haraka Test Fixtures",
6-
"version": "1.3.2",
6+
"version": "1.3.3",
77
"repository": {
88
"type": "git",
99
"url": "git@github.com:haraka/test-fixtures.git"
@@ -13,11 +13,11 @@
1313
"node": ">=12"
1414
},
1515
"dependencies": {
16-
"address-rfc2821": "*",
17-
"haraka-config": "*",
18-
"haraka-constants": "*",
19-
"haraka-email-message": "~1.2",
20-
"haraka-notes": "*",
16+
"address-rfc2821": "2.1.1",
17+
"haraka-config": "^1.1.0",
18+
"haraka-constants": "1.0.6",
19+
"haraka-email-message": "~1.2.0",
20+
"haraka-notes": "1.0.6",
2121
"haraka-results": "^2.2.3"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)