From 2a1293ec7ae786b3b1414f78f577415e7b9fcddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Djk=C3=A1=C5=A5o?= Date: Sat, 30 Sep 2023 22:26:03 +0200 Subject: [PATCH] add changeset --- .changeset/honky-dory-fox.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .changeset/honky-dory-fox.md diff --git a/.changeset/honky-dory-fox.md b/.changeset/honky-dory-fox.md new file mode 100644 index 0000000..02b98c3 --- /dev/null +++ b/.changeset/honky-dory-fox.md @@ -0,0 +1,12 @@ +#changelog +--- +"app-sdk": minor +--- +### Added + +- `src/APL/index.ts`: added redis-apl export +- `src/APL/redis-apl.ts`: created Redis APL +- `src/APL/redis-apl.test.ts`: Tests for Redis APL + +### Changed +- npm run lint changed a lot of files, guess it wasn't ran in a while :)