From 4ad79b0a7c0a3ed071b70020708b458b5101298d Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 13 May 2024 19:36:27 -0700 Subject: [PATCH] chore: create first changeset --- .changeset/bright-balloons-happen.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changeset/bright-balloons-happen.md diff --git a/.changeset/bright-balloons-happen.md b/.changeset/bright-balloons-happen.md new file mode 100644 index 0000000..3596784 --- /dev/null +++ b/.changeset/bright-balloons-happen.md @@ -0,0 +1,9 @@ +--- +"rehype-pretty-code": patch +"@rehype-pretty/transformers": patch +--- + +- Bump [`shiki`](https://shiki.style/) to `v1.5.1`, +- Bump other dependencies, +- Introduce new package `@rehype-pretty/transformers`: + - Release the first transformer: `@rehype-pretty/transformers/copy-button` (see [example usage](https://github.com/rehype-pretty/rehype-pretty-code/blob/master/examples/astro/astro.config.ts))