Skip to content

Commit 71a82ba

Browse files
committed
0.1.3
1 parent 5e7239f commit 71a82ba

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{{$NEXT}}
2+
3+
0.1.3 2025-04-19T09:49:23+12:00
24
- Create HTML::Canvas::To::HTML; treat HTML/JS
35
rendering as another backend.
46

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
],
4949
"test-depends": [
5050
],
51-
"version": "0.1.2"
51+
"version": "0.1.3"
5252
}

lib/HTML/Canvas.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
unit class HTML::Canvas:ver<0.1.2>;
1+
unit class HTML::Canvas:ver<0.1.3>;
22

33
use Hash::Agnostic;
44
use HTML::Canvas::Graphic;

0 commit comments

Comments
 (0)