diff --git a/.bmp.yml b/.bmp.yml index 049a7f2..cabc52c 100644 --- a/.bmp.yml +++ b/.bmp.yml @@ -1,5 +1,5 @@ -version: 0.7.5 -commit: 'chore: bump to v%.%.%' +version: 0.7.6 +commit: "chore: bump to v%.%.%" files: README.md: Cell v%.%.% mod.ts: Cell v%.%.% diff --git a/README.md b/README.md index da11c08..12574ae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ cell -# Cell v0.7.5 +# Cell v0.7.6 > A frontend UI tool, encourages local event handlers and signals diff --git a/deno.json b/deno.json index 1dda3bd..07c0cad 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@kt3k/cell", - "version": "0.7.5", + "version": "0.7.6", "exports": { ".": "./mod.ts" }, diff --git a/mod.ts b/mod.ts index bd38ce1..c3944c0 100644 --- a/mod.ts +++ b/mod.ts @@ -1,4 +1,4 @@ -/*! Cell v0.7.5 | Copyright 2022-2024 Yoshiya Hinosawa and Capsule contributors | MIT license */ +/*! Cell v0.7.6 | Copyright 2022-2024 Yoshiya Hinosawa and Capsule contributors | MIT license */ import type { GroupSignal, Signal } from "@kt3k/signal" import { documentReady, logEvent } from "./util.ts" export { GroupSignal, Signal } from "@kt3k/signal"