From a1553b335138565ea721dfc0b2f02b1439a254c0 Mon Sep 17 00:00:00 2001 From: mybearworld <130385691+mybearworld@users.noreply.github.com> Date: Sat, 2 Nov 2024 17:04:20 +0100 Subject: [PATCH] 1.7.1 --- CHANGELOG.md | 2 +- deno.json | 2 +- mod.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19cb088..dae95dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 1.7.1 - 2024-11-02 ### Fixed diff --git a/deno.json b/deno.json index 06a09a3..4e330aa 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@mbw/roarbot", - "version": "1.7.0", + "version": "1.7.1", "exports": { ".": "./mod.ts" } diff --git a/mod.ts b/mod.ts index f507468..ad9d4bb 100644 --- a/mod.ts +++ b/mod.ts @@ -86,7 +86,7 @@ export * from "./patterns.ts"; export * from "./rich/post.ts"; const ATTACMHENT_MAX_SIZE = 25 << 20; -const version = "1.7.0"; +const version = "1.7.1"; const logTimeFormat = new Intl.DateTimeFormat("en-US", { timeStyle: "medium", hour12: false,