From eaa3d388287427b7d5d86d1d14b6d306c0a1431d Mon Sep 17 00:00:00 2001 From: mason Date: Mon, 13 Jan 2025 11:49:09 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20chore:=20bump=20package=20versio?= =?UTF-8?q?n=20for=20release=200.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ deno.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 322bab8..72fc5fb 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ If you don't like that, well... then you don't need this! 😁 ## Happenings +🎅 2025-01-13: release 0.0.5 with update to + 🎅 2025-01-13: code moved to public repo 🤖 2025-01-13: repo initialized by Bottie McBotface bot@axhxrx.com diff --git a/deno.json b/deno.json index 68ab016..9f621d6 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@axhxrx/dprint-config", - "version": "0.0.4", + "version": "0.0.5", "exports": { ".": "./mod.ts", "./dprint.json": "./dprint.json"