From 5a4ea2048857a2f2569a49063ab429b8f9738b8d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 1 Oct 2023 19:13:18 +0000 Subject: [PATCH] chore(release): 1.3.3 [skip ci] ## [1.3.3](https://github.com/tomerh2001/git-crypt-pipe/compare/v1.3.2...v1.3.3) (2023-10-01) ### Bug Fixes * Create SECURITY.md ([b2ee928](https://github.com/tomerh2001/git-crypt-pipe/commit/b2ee92882ac873032df78d1598241f31788f1add)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 122615a..6c24b4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.3](https://github.com/tomerh2001/git-crypt-pipe/compare/v1.3.2...v1.3.3) (2023-10-01) + + +### Bug Fixes + +* Create SECURITY.md ([b2ee928](https://github.com/tomerh2001/git-crypt-pipe/commit/b2ee92882ac873032df78d1598241f31788f1add)) + ## [1.3.2](https://github.com/tomerh2001/git-crypt-pipe/compare/v1.3.1...v1.3.2) (2023-10-01) diff --git a/package.json b/package.json index 9b98b8c..0dff5c6 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,5 @@ "peerDependencies": { "typescript": "^5.0.0" }, - "version": "1.3.2" + "version": "1.3.3" }