diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e9a6c7..a708a12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.13](https://github.com/CoCreate-app/CoCreate-acme/compare/v1.2.12...v1.2.13) (2024-06-23) + + +### Bug Fixes + +* bump dependencies ([a10999f](https://github.com/CoCreate-app/CoCreate-acme/commit/a10999f40dd93bc007f4658e6b278b40c905f440)) + ## [1.2.12](https://github.com/CoCreate-app/CoCreate-acme/compare/v1.2.11...v1.2.12) (2024-06-23) diff --git a/package.json b/package.json index 6f71da6..eeb1331 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/acme", - "version": "1.2.12", + "version": "1.2.13", "description": "Dynamic SSL certificate management leveraging the ACME protocol, designed for direct API accessibility within applications. Automates certificate creation, renewal, and retrieval, ideal for distributed applications requiring real-time, secure certificate operations.", "keywords": [ "acme", @@ -43,4 +43,4 @@ "dependencies": { "acme-client": "^5.0.0" } -} \ No newline at end of file +}