Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
halvardssm committed Oct 15, 2024
1 parent d8cce3b commit 976e894
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
30 changes: 30 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crypto/deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.5",
"version": "0.0.6",
"name": "@stdext/crypto",
"exports": {
"./hash": "./hash.ts",
Expand Down
2 changes: 1 addition & 1 deletion encoding/deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.5",
"version": "0.0.6",
"name": "@stdext/encoding",
"exports": {
"./hex": "./hex.ts"
Expand Down
2 changes: 1 addition & 1 deletion http/deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.5",
"version": "0.0.6",
"name": "@stdext/http",
"exports": {
"./header": "./header.ts",
Expand Down

0 comments on commit 976e894

Please sign in to comment.