From 96c238372ef826900b3d99434eed0da42d327b87 Mon Sep 17 00:00:00 2001 From: TC Date: Fri, 3 Jan 2025 20:15:27 +0100 Subject: [PATCH] Update changelog --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 38e6163..1ba8a57 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # CHANGELOG +## 0.2.0 + +- Update dependencies (https://github.com/th-ch/yamux-js/pull/18) +- Fix stream close method (https://github.com/th-ch/yamux-js/pull/20) + ## 0.1.2 - Fix issue when there is data right after a window update (https://github.com/th-ch/yamux-js/pull/14)