Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
halvardssm committed Oct 15, 2024
1 parent 976e894 commit e224290
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### 2024.10.15

#### @stdext/assert 0.0.1 (patch)
#### @stdext/assert 0.0.2 (patch)

- feat(assert): updated readme

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion assert/deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1",
"version": "0.0.2",
"name": "@stdext/assert",
"exports": {
".": "./mod.ts",
Expand Down
2 changes: 1 addition & 1 deletion json/deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1",
"version": "0.0.2",
"name": "@stdext/json",
"exports": {
".": "./mod.ts",
Expand Down
2 changes: 1 addition & 1 deletion lexer/deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1",
"version": "0.0.2",
"name": "@stdext/lexer",
"exports": {
".": "./mod.ts",
Expand Down
2 changes: 1 addition & 1 deletion types/deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1",
"version": "0.0.2",
"name": "@stdext/types",
"exports": {
".": "./mod.ts"
Expand Down

0 comments on commit e224290

Please sign in to comment.