From 90eeecd81f9329eccc1ecb17ed0a25033c61027c Mon Sep 17 00:00:00 2001 From: Connor Peet Date: Thu, 14 Dec 2023 11:30:09 -0800 Subject: [PATCH] chore: remove test files from dist package Fixes #84 --- .npmignore | 1 + changelog.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.npmignore b/.npmignore index 7e7a454..0e0b181 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1,3 @@ /* !/dist +/dist/**/*.test.* diff --git a/changelog.md b/changelog.md index 0537d92..9d5c472 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 3.1.2 + +- **chore:** remove test files from dist package ([#84](https://github.com/connor4312/cockatiel/issues/84)) + ## 3.1.1 - **fix:** memory leak when using `timeout()` in `wrap()` ([#69](https://github.com/connor4312/cockatiel/issues/69))