From 976e89462a0cc861f94dc398226c7e0ce79ffcee Mon Sep 17 00:00:00 2001 From: halvardssm Date: Tue, 15 Oct 2024 22:00:44 +0000 Subject: [PATCH] chore: update versions --- Releases.md | 30 ++++++++++++++++++++++++++++++ crypto/deno.json | 2 +- encoding/deno.json | 2 +- http/deno.json | 2 +- 4 files changed, 33 insertions(+), 3 deletions(-) diff --git a/Releases.md b/Releases.md index 0d30f08..4f7dbef 100644 --- a/Releases.md +++ b/Releases.md @@ -1,5 +1,35 @@ ### 2024.10.15 +#### @stdext/assert 0.0.1 (patch) + +- feat(assert): updated readme + +#### @stdext/crypto 0.0.6 (patch) + +- feat(crypto): updated readme + +#### @stdext/encoding 0.0.6 (patch) + +- feat(encoding): updated readme + +#### @stdext/http 0.0.6 (patch) + +- feat(http): updated readme + +#### @stdext/json 0.0.1 (patch) + +- feat(json): updated readme + +#### @stdext/lexer 0.0.1 (patch) + +- feat(lexer): updated readme + +#### @stdext/types 0.0.1 (patch) + +- feat(types): updated readme + +### 2024.10.15 + #### @stdext/collections 0.0.5 (patch) - feat(collections): add deferred stack diff --git a/crypto/deno.json b/crypto/deno.json index db75684..e3b184f 100644 --- a/crypto/deno.json +++ b/crypto/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.5", + "version": "0.0.6", "name": "@stdext/crypto", "exports": { "./hash": "./hash.ts", diff --git a/encoding/deno.json b/encoding/deno.json index 439b462..5a42711 100644 --- a/encoding/deno.json +++ b/encoding/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.5", + "version": "0.0.6", "name": "@stdext/encoding", "exports": { "./hex": "./hex.ts" diff --git a/http/deno.json b/http/deno.json index 8973c68..b4237d1 100644 --- a/http/deno.json +++ b/http/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.5", + "version": "0.0.6", "name": "@stdext/http", "exports": { "./header": "./header.ts",