Skip to content

Commit

Permalink
Release v1.3.3 (#59)
Browse files Browse the repository at this point in the history
* deps(*): pin versions to latest
  • Loading branch information
msimerson authored Dec 12, 2023
1 parent 86aae4a commit 9e1ded1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
### Unreleased


### [1.3.3] - 2023-12-12

- deps(\*): pin versions to latest


### [1.3.2] - 2023-12-12

- dep(haraka-results): bump version to 2.2.3
Expand Down Expand Up @@ -193,3 +198,4 @@
[1.3.0]: https://github.com/haraka/test-fixtures/releases/tag/v1.3.0
[1.3.1]: https://github.com/haraka/test-fixtures/releases/tag/v1.3.1
[1.3.2]: https://github.com/haraka/test-fixtures/releases/tag/v1.3.2
[1.3.3]: https://github.com/haraka/test-fixtures/releases/tag/1.3.3
12 changes: 6 additions & 6 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.2",
"version": "1.3.3",
"repository": {
"type": "git",
"url": "[email protected]:haraka/test-fixtures.git"
Expand All @@ -13,11 +13,11 @@
"node": ">=12"
},
"dependencies": {
"address-rfc2821": "*",
"haraka-config": "*",
"haraka-constants": "*",
"haraka-email-message": "~1.2",
"haraka-notes": "*",
"address-rfc2821": "2.1.1",
"haraka-config": "^1.1.0",
"haraka-constants": "1.0.6",
"haraka-email-message": "~1.2.0",
"haraka-notes": "1.0.6",
"haraka-results": "^2.2.3"
},
"devDependencies": {
Expand Down

0 comments on commit 9e1ded1

Please sign in to comment.