Skip to content

Commit aa3a2b1

Browse files
committed
Prepare 2.0.0-beta.0
1 parent fcbfa6c commit aa3a2b1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "proper-tags",
33
"description": "A few common utility template tags for ES2015",
4-
"version": "2.0.0-alpha.6",
4+
"version": "2.0.0-beta.0",
55
"author": "Hexagon <https://github.com/hexagon>",
66
"bugs": {
77
"url": "http://github.com/declandewet/common-tags/issues"
@@ -19,7 +19,7 @@
1919
"micromatch": "^4.0.5",
2020
"rollup": "^1.32.1",
2121
"sinon": "^15.0.3",
22-
"typescript": "^5.0.2",
22+
"typescript": "^5.0.3",
2323
"uvu": "^0.5.6"
2424
},
2525
"directories": {

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ import { html } from 'https://deno.land/x/proper_tags/dist/proper-tags.js';
6262
To include proper-tags via **jsdelivr**, add the following script tag to your HTML file:
6363

6464
```html
65-
<script src="https://cdn.jsdelivr.net/npm/proper-tags@2.0.0-alpha.6/dist/proper-tags.umd.js"></script>
65+
<script src="https://cdn.jsdelivr.net/npm/proper-tags@2.0.0-beta.0/dist/proper-tags.umd.js"></script>
6666
```
6767

68-
> **Note:** Make sure to replace `2.0.0-alpha.1` with the latest version
68+
> **Note:** Make sure to replace `2.0.0-beta.0` with the latest version
6969
7070

7171
## Usage

0 commit comments

Comments
 (0)