Skip to content

Commit

Permalink
feat(encryption): make release
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKopp committed Sep 19, 2024
1 parent 96dcdad commit 3c2b928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/attr-convert": "2.2.2",
"packages/clamp-value": "2.2.2",
"packages/debounce": "2.2.2",
"packages/encryption": "0.1.0",
"packages/encryption": "0.0.1",
"packages/fetch-helper": "1.0.0",
"packages/json-parse": "3.0.1",
"packages/map-value-range": "2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/encryption/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@witzbould/utils-encryption",
"version": "0.0.0",
"version": "0.0.1",
"description": "Debounces continues calls to a function",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 3c2b928

Please sign in to comment.