diff --git a/Changes.md b/Changes.md index 840cf37..147666f 100644 --- a/Changes.md +++ b/Changes.md @@ -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 @@ -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 diff --git a/package.json b/package.json index cd73d1d..dc23ec1 100644 --- a/package.json +++ b/package.json @@ -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": "git@github.com:haraka/test-fixtures.git"