Skip to content

Commit 86eca36

Browse files
committed
Bump version
1 parent 6f47c88 commit 86eca36

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [0.0.5] - 2024-05-06
12+
13+
### Changed
14+
15+
- feat(crypto/hash): added scrypt hashing algorithm
16+
1117
## [0.0.4] - 2024-05-06
1218

1319
### Changed

crypto/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.4",
2+
"version": "0.0.5",
33
"name": "@stdext/crypto",
44
"lock": false,
55
"exports": {

encoding/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.4",
2+
"version": "0.0.5",
33
"name": "@stdext/encoding",
44
"lock": false,
55
"exports": {

http/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.4",
2+
"version": "0.0.5",
33
"name": "@stdext/http",
44
"lock": false,
55
"exports": {

0 commit comments

Comments
 (0)