From e2242904d260a08f1a27715292762bc340f44ece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halvard=20M=C3=B8rstad?= Date: Wed, 16 Oct 2024 00:06:15 +0200 Subject: [PATCH] updated versions --- Releases.md | 8 ++++---- assert/deno.json | 2 +- json/deno.json | 2 +- lexer/deno.json | 2 +- types/deno.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Releases.md b/Releases.md index 4f7dbef..727d37f 100644 --- a/Releases.md +++ b/Releases.md @@ -1,6 +1,6 @@ ### 2024.10.15 -#### @stdext/assert 0.0.1 (patch) +#### @stdext/assert 0.0.2 (patch) - feat(assert): updated readme @@ -16,15 +16,15 @@ - feat(http): updated readme -#### @stdext/json 0.0.1 (patch) +#### @stdext/json 0.0.2 (patch) - feat(json): updated readme -#### @stdext/lexer 0.0.1 (patch) +#### @stdext/lexer 0.0.2 (patch) - feat(lexer): updated readme -#### @stdext/types 0.0.1 (patch) +#### @stdext/types 0.0.2 (patch) - feat(types): updated readme diff --git a/assert/deno.json b/assert/deno.json index 1b0c1cb..f1e3b3b 100644 --- a/assert/deno.json +++ b/assert/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.1", + "version": "0.0.2", "name": "@stdext/assert", "exports": { ".": "./mod.ts", diff --git a/json/deno.json b/json/deno.json index 1d44a52..99e9f98 100644 --- a/json/deno.json +++ b/json/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.1", + "version": "0.0.2", "name": "@stdext/json", "exports": { ".": "./mod.ts", diff --git a/lexer/deno.json b/lexer/deno.json index 35b6657..7faccc6 100644 --- a/lexer/deno.json +++ b/lexer/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.1", + "version": "0.0.2", "name": "@stdext/lexer", "exports": { ".": "./mod.ts", diff --git a/types/deno.json b/types/deno.json index 8ee98e3..a6469f7 100644 --- a/types/deno.json +++ b/types/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.1", + "version": "0.0.2", "name": "@stdext/types", "exports": { ".": "./mod.ts"