Skip to content

Commit

Permalink
bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
ycmjason committed Oct 20, 2024
1 parent f32d85f commit bc00c4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 0.12.0

- Implemented `CryptoKeyUtils` with utility functions to help with exporting and
importing of keys easily.

## 0.11.0

- Implemented `AcmeAccount.prototype.keyRollover`
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fishballpkg/acme",
"version": "0.11.0",
"version": "0.12.0",
"exports": {
".": "./src/mod.ts",
"./DnsUtils": "./src/DnsUtils/mod.ts",
Expand Down

0 comments on commit bc00c4b

Please sign in to comment.