Skip to content

Commit 22835dd

Browse files
committed
Release 0.0.2
1 parent a742a76 commit 22835dd

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11

22

3+
## [0.0.2](https://github.com/shishkin/astro-asciidoc/compare/0.0.1...0.0.2) (2023-12-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency shiki to v0.14.4 ([ef2dbf1](https://github.com/shishkin/astro-asciidoc/commit/ef2dbf1a77a1201fcd4f9face3c32c5092d4a884))
9+
* **deps:** update dependency shiki to v0.14.5 ([d707693](https://github.com/shishkin/astro-asciidoc/commit/d7076935c693cba4493ce0e866ac6d21de976333))
10+
* fix rendering in astro@3 ([469d93e](https://github.com/shishkin/astro-asciidoc/commit/469d93e358033e045516d201c3c7929abfbfacc5))
11+
312
## [0.0.1](https://github.com/shishkin/astro-asciidoc/compare/0.0.1-rc.2...0.0.1) (2023-07-29)
413

514
## [0.0.1-rc.2](https://github.com/shishkin/astro-asciidoc/compare/0.0.1-rc.1...0.0.1-rc.2) (2023-07-29)
@@ -11,4 +20,4 @@
1120

1221
* prototype pollution by opal runtime ([0336d8a](https://github.com/shishkin/astro-asciidoc/commit/0336d8a8815ca2354c46b5be3d2fb4261def993d)), closes [#3](https://github.com/shishkin/astro-asciidoc/issues/3)
1322

14-
## 0.0.1-rc.0 (2023-07-27)
23+
## 0.0.1-rc.0 (2023-07-27)

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-asciidoc",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Support AsciiDoc pages in Astro",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)