diff --git a/Releases.md b/Releases.md index 09cb7dc..c69b70b 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,33 @@ +### 2024.12.29a + +#### @stdext/assert 0.1.0 (minor) + +- BREAKING(*): bump all versions to minor 1.0 + +#### @stdext/crypto 0.1.0 (minor) + +- BREAKING(*): bump all versions to minor 1.0 + +#### @stdext/encoding 0.1.0 (minor) + +- BREAKING(*): bump all versions to minor 1.0 + +#### @stdext/http 0.1.0 (minor) + +- BREAKING(*): bump all versions to minor 1.0 + +#### @stdext/json 0.1.0 (minor) + +- BREAKING(*): bump all versions to minor 1.0 + +#### @stdext/lexer 0.1.0 (minor) + +- BREAKING(*): bump all versions to minor 1.0 + +#### @stdext/types 0.1.0 (minor) + +- BREAKING(*): bump all versions to minor 1.0 + ### 2024.12.29 #### @stdext/crypto 0.0.7 (patch) diff --git a/assert/deno.json b/assert/deno.json index f1e3b3b..a2cebc0 100644 --- a/assert/deno.json +++ b/assert/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.2", + "version": "0.1.0", "name": "@stdext/assert", "exports": { ".": "./mod.ts", diff --git a/crypto/deno.json b/crypto/deno.json index f6c77af..f3dbffd 100644 --- a/crypto/deno.json +++ b/crypto/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.7", + "version": "0.1.0", "name": "@stdext/crypto", "exports": { "./hash": "./hash.ts", diff --git a/encoding/deno.json b/encoding/deno.json index 5a42711..fa28eab 100644 --- a/encoding/deno.json +++ b/encoding/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.6", + "version": "0.1.0", "name": "@stdext/encoding", "exports": { "./hex": "./hex.ts" diff --git a/http/deno.json b/http/deno.json index b4237d1..950624b 100644 --- a/http/deno.json +++ b/http/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.6", + "version": "0.1.0", "name": "@stdext/http", "exports": { "./header": "./header.ts", diff --git a/json/deno.json b/json/deno.json index 99e9f98..250f93d 100644 --- a/json/deno.json +++ b/json/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.2", + "version": "0.1.0", "name": "@stdext/json", "exports": { ".": "./mod.ts", diff --git a/lexer/deno.json b/lexer/deno.json index 7faccc6..3bde441 100644 --- a/lexer/deno.json +++ b/lexer/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.2", + "version": "0.1.0", "name": "@stdext/lexer", "exports": { ".": "./mod.ts", diff --git a/types/deno.json b/types/deno.json index a6469f7..45cdf5d 100644 --- a/types/deno.json +++ b/types/deno.json @@ -1,5 +1,5 @@ { - "version": "0.0.2", + "version": "0.1.0", "name": "@stdext/types", "exports": { ".": "./mod.ts"