From 5bdcd7706a96840d8b507edb3d6388bdc22c5a37 Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Thu, 21 Sep 2023 12:43:29 +0530 Subject: [PATCH] =?UTF-8?q?docs:=20release=20@excalidraw/mermaid-to-excali?= =?UTF-8?q?draw@0.1.1=20=F0=9F=9A=80=20(#32)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: release @excalidraw/mermaid-to-excalidrae@0.1.1 🚀 * upgrade version --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..23fcd316 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +## 0.1.1 (2023-09-21) + +### Fixes + +- Support module resolution nodenext so type module works in host [#30](https://github.com/excalidraw/mermaid-to-excalidraw/pull/30) by [@ad1992](https://github.com/ad1992) + +### Build + +- Don't minify build output [#29](https://github.com/excalidraw/mermaid-to-excalidraw/pull/29) by [@ad1992](https://github.com/ad1992) + +### Chore + +- use excalidraw v0.16.0 [#28](https://github.com/excalidraw/mermaid-to-excalidraw/pull/28) by [@ad1992](https://github.com/ad1992) + +## 0.1.0 (2023-09-13) + +First release of the package [@excalidraw/mermaid-to-excalidraw](https://www.npmjs.com/package/@excalidraw/mermaid-to-excalidraw?activeTab=versions) 🎉 diff --git a/package.json b/package.json index cdc239e9..a2f44379 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@excalidraw/mermaid-to-excalidraw", - "version": "0.1.0", + "version": "0.1.1", "description": "Mermaid to Excalidraw Diagrams", "main": "dist/index.js", "types": "dist/index.d.ts",