Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shishkin committed Dec 8, 2023
1 parent a742a76 commit 22835dd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@


## [0.0.2](https://github.com/shishkin/astro-asciidoc/compare/0.0.1...0.0.2) (2023-12-08)


### Bug Fixes

* **deps:** update dependency shiki to v0.14.4 ([ef2dbf1](https://github.com/shishkin/astro-asciidoc/commit/ef2dbf1a77a1201fcd4f9face3c32c5092d4a884))
* **deps:** update dependency shiki to v0.14.5 ([d707693](https://github.com/shishkin/astro-asciidoc/commit/d7076935c693cba4493ce0e866ac6d21de976333))
* fix rendering in astro@3 ([469d93e](https://github.com/shishkin/astro-asciidoc/commit/469d93e358033e045516d201c3c7929abfbfacc5))

## [0.0.1](https://github.com/shishkin/astro-asciidoc/compare/0.0.1-rc.2...0.0.1) (2023-07-29)

## [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)
Expand All @@ -11,4 +20,4 @@

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

## 0.0.1-rc.0 (2023-07-27)
## 0.0.1-rc.0 (2023-07-27)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-asciidoc",
"version": "0.0.1",
"version": "0.0.2",
"description": "Support AsciiDoc pages in Astro",
"type": "module",
"exports": {
Expand Down

0 comments on commit 22835dd

Please sign in to comment.