Skip to content

Commit

Permalink
chore: release (#27)
Browse files Browse the repository at this point in the history
## [email protected] [patch]

 * fix(http): fix export map (#24)

## [email protected] [patch]

 * fix(forge): remove versions (#26)
 * fix(forge): fix import from package (#25)
  • Loading branch information
tugrulates authored Feb 14, 2025
1 parent f61934a commit 0de97f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/http/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roka/http",
"version": "0.1.0",
"version": "0.1.1",
"exports": {
".": "./mod.ts",
"./json": "./json.ts",
Expand Down
2 changes: 1 addition & 1 deletion tool/forge/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roka/forge",
"version": "0.0.1",
"version": "0.0.2",
"exports": {
"./compile": "./compile.ts",
"./release": "./release.ts"
Expand Down

0 comments on commit 0de97f4

Please sign in to comment.