Skip to content

Commit

Permalink
Add 3.0.2 release in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Jan 6, 2024
1 parent ee23e8b commit bcfe5cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
This document provides a high-level view of the changes introduced in Asciidoctor.js by release.
For a detailed view of what has changed, refer to the {uri-repo}/commits/main[commit history] on GitHub.

== Unreleased
== v3.0.2 (2023-06-24)

Breaking Changes::

Expand All @@ -15,6 +15,9 @@ Breaking Changes::
[source,js]
----
import asciidoctor, { Document } from '@asciidoctor/core'
const Asciidoctor = asciidoctor()
Asciidoctor.convert('Hello _world_')
----
* Publish `@asciidoctor/core` as an ES6 module

Expand Down

0 comments on commit bcfe5cc

Please sign in to comment.