File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1- version : 0.1.0
1+ version : 0.1.1
22commit : ' chore: bump to v%.%.%'
33files :
4- README.md :
5- - Cell v%.%.%
4+ README.md : Cell v%.%.%
65 mod.ts : Cell v%.%.%
76 deno.json : ' "version": "%.%.%"'
Original file line number Diff line number Diff line change 11<img src =" https://raw.githubusercontent.com/kt3k/cell/main/cell-logo.svg " width =" 70 " alt =" capsule " />
22
3- # Cell v0.1.0
3+ # Cell v0.1.1
44
55> Event-driven DOM programming in a new style
66
Original file line number Diff line number Diff line change 11{
22 "name" : " @kt3k/cell" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "exports" : {
55 "." : " ./mod.ts"
66 },
Original file line number Diff line number Diff line change 1- /*! Cell v0.1.0 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */
1+ /*! Cell v0.1.1 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */
22import { documentReady , logEvent } from "./util.ts" ;
33
44interface Initializer {
You can’t perform that action at this time.
0 commit comments