Skip to content

Commit bcfe5cc

Browse files
authored
Add 3.0.2 release in changelog
1 parent ee23e8b commit bcfe5cc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
This document provides a high-level view of the changes introduced in Asciidoctor.js by release.
77
For a detailed view of what has changed, refer to the {uri-repo}/commits/main[commit history] on GitHub.
88

9-
== Unreleased
9+
== v3.0.2 (2023-06-24)
1010

1111
Breaking Changes::
1212

@@ -15,6 +15,9 @@ Breaking Changes::
1515
[source,js]
1616
----
1717
import asciidoctor, { Document } from '@asciidoctor/core'
18+
19+
const Asciidoctor = asciidoctor()
20+
Asciidoctor.convert('Hello _world_')
1821
----
1922
* Publish `@asciidoctor/core` as an ES6 module
2023

0 commit comments

Comments
 (0)