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" }