Skip to content

Commit aa0b5f6

Browse files
committed
chore: bump to v0.2.2
1 parent 9e17fcd commit aa0b5f6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bmp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.2.1
1+
version: 0.2.2
22
commit: 'chore: bump to v%.%.%'
33
files:
44
README.md: Cell v%.%.%

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<img src="https://kt3k.github.io/cell/cell-logo.svg" width="70" alt="cell" />
22

3-
# Cell v0.2.1
3+
# Cell v0.2.2
44

55
> frontend tool for local event handlers and signals
66

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kt3k/cell",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"exports": {
55
".": "./mod.ts"
66
},

mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Cell v0.2.1 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */
1+
/*! Cell v0.2.2 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */
22
import { documentReady, logEvent } from "./util.ts";
33
export { signal } from "@kt3k/signal";
44

0 commit comments

Comments
 (0)