Skip to content

Commit

Permalink
Merge pull request #17 from BunnyWay/changeset-release/main
Browse files Browse the repository at this point in the history
🎉 Release
  • Loading branch information
antho-bunny authored Aug 14, 2024
2 parents d36ca8e + f4fadac commit c74f6c0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/long-hats-run.md

This file was deleted.

7 changes: 7 additions & 0 deletions example/deno-simple-http-page/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# example/deno-simple-http-page

## 0.2.15

### Patch Changes

- d36ca8e: Added working examples with Node & Deno
2 changes: 1 addition & 1 deletion example/deno-simple-http-page/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example/deno-simple-http-page",
"version": "0.2.14",
"version": "0.2.15",
"main": "src/index.ts",
"type": "module",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions example/simple-http-page/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# example/simple-http-page

## 0.2.15

### Patch Changes

- d36ca8e: Added working examples with Node & Deno

## 0.2.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion example/simple-http-page/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example/simple-http-page",
"version": "0.2.14",
"version": "0.2.15",
"main": "src/index.ts",
"type": "module",
"files": [
Expand Down

0 comments on commit c74f6c0

Please sign in to comment.