From 163d5848a923abf328c5ea0c88f1f927c4a71d84 Mon Sep 17 00:00:00 2001 From: Hugo Josefson Date: Sat, 30 Nov 2024 23:10:20 +0100 Subject: [PATCH] chore(release): 2.3.9 --- CHANGELOG.md | 7 +++++++ deno.jsonc | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bd1e13..8187980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [fork-version](https://github.com/eglavin/fork-version) for commit guidelines. +## [2.3.9](https://github.com/hugojosefson/deno-run-simple/compare/2.3.8...2.3.9) (2024-11-30) + +### Other Changes + +- fix deno task all-reload + ([e262ec2](https://github.com/hugojosefson/deno-run-simple/commit/e262ec2e8f78a4cd7a77bf5b3583901c8d0b03c6)) + ## 2.3.8 (2024-10-27) ### Other Changes diff --git a/deno.jsonc b/deno.jsonc index 5818024..cfe6021 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -1,6 +1,6 @@ { "name": "@hugojosefson/run-simple", - "version": "2.3.8", + "version": "2.3.9", "exports": { ".": "./mod.ts", "./example-usage": "./readme/example-usage.ts"