Skip to content

Commit e82a191

Browse files
committedNov 6, 2024
1.0.12
1 parent a18179a commit e82a191

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The code
1515
</slotted-element>
1616
</html-demo-element>
1717

18-
<script type="module" src="https://unpkg.com/html-demo-element@1.0.11/html-demo-element.js"></script>
18+
<script type="module" src="https://unpkg.com/html-demo-element@1.0.12/html-demo-element.js"></script>
1919
<script type="module" src="https://unpkg.com/slotted-element@1.0.3/slotted-element.js"></script>
2020
```
2121

@@ -51,8 +51,8 @@ When you want to control where the source is located and where to render the cod
5151
```
5252

5353
# Live demo
54-
* https://unpkg.com/html-demo-element@1.0.11/demo/index.html
55-
* https://unpkg.com/html-demo-element@1.0.11/demo/advanced.html
54+
* https://unpkg.com/html-demo-element@1.0.12/demo/index.html
55+
* https://unpkg.com/html-demo-element@1.0.12/demo/advanced.html
5656
* https://unpkg.com/slotted-element@1.0.3/demo/index.html
5757

5858
# API

‎html-demo-element.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ HtmlDemoElement extends HTMLElement
3232
static get observedAttributes(){ return Object.keys(propTypes); }
3333
static get properties(){ return propTypes; }
3434

35-
static version = '1.0.11';
35+
static version = '1.0.12';
3636

3737
get source(){ return this._source }
3838
set source( s )

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-demo-element",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "Webcomponent inserts prism JS syntax colored HTML in html-demo-element before actual dom",
55
"author": "Sasha Firsov",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)
Please sign in to comment.