From 9aea26736ea18074532167698fd9361162010478 Mon Sep 17 00:00:00 2001 From: Luud Janssen Date: Mon, 4 Mar 2024 10:55:20 +0100 Subject: [PATCH] Release 1.0.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23c2618..bc30bc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.1](https://github.com/incentro-dc/remark-github-admonitions-to-directives/compare/1.0.0...1.0.1) (2024-03-04) + +### Bug Fixes + +- add dependencies only used for types to `dependencies` ([fb3f53d](https://github.com/incentro-dc/remark-github-admonitions-to-directives/commit/fb3f53d27454063af4cd7b09301cb2a31ebacf1d)) +- change `exports` order and put `types` first ([4147e4d](https://github.com/incentro-dc/remark-github-admonitions-to-directives/commit/4147e4d297981ca7275ce58fd764b48f4e3f9382)) +- remove typo from `main` export ([c7bfe75](https://github.com/incentro-dc/remark-github-admonitions-to-directives/commit/c7bfe751c0cc9f0063ee86b607849152933a8de1)) +- type plugin to specify the node type it accepts and returns ([8de9dfc](https://github.com/incentro-dc/remark-github-admonitions-to-directives/commit/8de9dfc650abbec3fb04a2edff00dc7f3cebb2de)) + ## 1.0.0 (2024-03-03) ### Features diff --git a/package.json b/package.json index 454b706..24b6466 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "remark-github-admonitions-to-directives", - "version": "1.0.0", + "version": "1.0.1", "description": "A Remark plugin to convert Github style alerts to admonitions directives.", "keywords": [ "remark",