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))