Skip to content

Commit 1ff55f2

Browse files
chore(release): 1.3.1 [skip ci]
## [1.3.1](v1.3.0...v1.3.1) (2025-05-01) ### Bug Fixes * update [@cocreate](https://github.com/cocreate) dependencies ([f2f3db6](f2f3db6)) * webpack.config and devdependencies ([41a8a22](41a8a22))
1 parent f2f3db6 commit 1ff55f2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.3.1](https://github.com/CoCreate-app/CoCreate-acme/compare/v1.3.0...v1.3.1) (2025-05-01)
2+
3+
4+
### Bug Fixes
5+
6+
* update [@cocreate](https://github.com/cocreate) dependencies ([f2f3db6](https://github.com/CoCreate-app/CoCreate-acme/commit/f2f3db6cf8ecf15e91edc64ab463d6bc34c193f5))
7+
* webpack.config and devdependencies ([41a8a22](https://github.com/CoCreate-app/CoCreate-acme/commit/41a8a22223eff38cc7c439c05a11e8d31ae9b8f9))
8+
19
# [1.3.0](https://github.com/CoCreate-app/CoCreate-acme/compare/v1.2.14...v1.3.0) (2024-11-04)
210

311

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/acme",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"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.",
55
"keywords": [
66
"acme",
@@ -43,4 +43,4 @@
4343
"dependencies": {
4444
"acme-client": "^5.0.0"
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)