diff --git a/Releases.md b/Releases.md index 7a3a1fe..09cb7dc 100644 --- a/Releases.md +++ b/Releases.md @@ -1,34 +1,9 @@ ### 2024.12.29 -#### @stdext/assert 0.0.2 (patch) - -- feat(assert): updated readme +#### @stdext/crypto 0.0.7 (patch) -#### @stdext/crypto 0.0.6 (patch) - -- feat(crypto): updated readme - fix(crypto): Improved throw messages -#### @stdext/encoding 0.0.6 (patch) - -- feat(encoding): updated readme - -#### @stdext/http 0.0.6 (patch) - -- feat(http): updated readme - -#### @stdext/json 0.0.2 (patch) - -- feat(json): updated readme - -#### @stdext/lexer 0.0.2 (patch) - -- feat(lexer): updated readme - -#### @stdext/types 0.0.2 (patch) - -- feat(types): updated readme - ### 2024.10.15 #### @stdext/assert 0.0.2 (patch) diff --git a/crypto/deno.json b/crypto/deno.json index e3b184f..f6c77af 100644 --- a/crypto/deno.json +++ b/crypto/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.6", + "version": "0.0.7", "name": "@stdext/crypto", "exports": { "./hash": "./hash.ts",