From c8a180e23c8dfee1bf8b4eb06fb40f2ad80eedde Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Thu, 30 May 2024 15:55:38 +0530 Subject: [PATCH] release: v0.3.2 --- CHANGELOG.md | 6 ++++++ deno.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7df6cca..2b5f632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.3.2](https://github.com/globalbrain/hado/compare/v0.3.1...v0.3.2) (2024-05-30) + +### Bug Fixes + +- avoid race when a file is renamed ([5864f4f](https://github.com/globalbrain/hado/commit/5864f4f38872691f62d8983ff1d65fd1fa414e0b)) + ## [0.3.1](https://github.com/globalbrain/hado/compare/v0.3.0...v0.3.1) (2024-05-30) ### Bug Fixes diff --git a/deno.json b/deno.json index 03792af..b1b811e 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@globalbrain/hado", - "version": "0.3.1", + "version": "0.3.2", "exports": { "./router": "./src/router.ts" },