Skip to content

Commit 15c7134

Browse files
committed
2.0.0
1 parent b14690a commit 15c7134

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdast-util-newline-to-break",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "mdast utility to support hard breaks without needing spaces or escapes",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ npm install mdast-util-newline-to-break
6969
In Deno with [`esm.sh`][esmsh]:
7070

7171
```js
72-
import {newlineToBreak} from 'https://esm.sh/mdast-util-newline-to-break@1'
72+
import {newlineToBreak} from 'https://esm.sh/mdast-util-newline-to-break@2'
7373
```
7474

7575
In browsers with [`esm.sh`][esmsh]:
7676

7777
```html
7878
<script type="module">
79-
import {newlineToBreak} from 'https://esm.sh/mdast-util-newline-to-break@1?bundle'
79+
import {newlineToBreak} from 'https://esm.sh/mdast-util-newline-to-break@2?bundle'
8080
</script>
8181
```
8282

@@ -219,11 +219,11 @@ abide by its terms.
219219

220220
[health]: https://github.com/syntax-tree/.github
221221

222-
[contributing]: https://github.com/syntax-tree/.github/blob/HEAD/contributing.md
222+
[contributing]: https://github.com/syntax-tree/.github/blob/main/contributing.md
223223

224-
[support]: https://github.com/syntax-tree/.github/blob/HEAD/support.md
224+
[support]: https://github.com/syntax-tree/.github/blob/main/support.md
225225

226-
[coc]: https://github.com/syntax-tree/.github/blob/HEAD/code-of-conduct.md
226+
[coc]: https://github.com/syntax-tree/.github/blob/main/code-of-conduct.md
227227

228228
[license]: license
229229

0 commit comments

Comments
 (0)