From 7fe1372b9a7c985814a21b1893dc62943685cde5 Mon Sep 17 00:00:00 2001 From: Tom Anderson Date: Mon, 12 Aug 2024 23:45:46 +1000 Subject: [PATCH] add change notes --- .changes/add-eslint-ignore.md | 5 +++++ .changes/update-ts-rs.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changes/add-eslint-ignore.md create mode 100644 .changes/update-ts-rs.md diff --git a/.changes/add-eslint-ignore.md b/.changes/add-eslint-ignore.md new file mode 100644 index 0000000..4635342 --- /dev/null +++ b/.changes/add-eslint-ignore.md @@ -0,0 +1,5 @@ +--- +"qubit": patch:feat +--- + +Add `/* eslint-disable */` to generated bindings (#77, thanks @lucasavila00!) diff --git a/.changes/update-ts-rs.md b/.changes/update-ts-rs.md new file mode 100644 index 0000000..2fbd89b --- /dev/null +++ b/.changes/update-ts-rs.md @@ -0,0 +1,5 @@ +--- +"qubit": minor:feat +--- + +Upgrade `ts-rs` to latest version (#76, thanks @lucasavila00!)