From 015705af6e41323ee9db71fcab902afd053d55fd Mon Sep 17 00:00:00 2001 From: limepotato Date: Mon, 5 Aug 2024 22:55:14 -0600 Subject: [PATCH] jormungandr 19 --- jormungandr-changelog.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/jormungandr-changelog.md b/jormungandr-changelog.md index fded3bcff..22c2febb1 100644 --- a/jormungandr-changelog.md +++ b/jormungandr-changelog.md @@ -2,6 +2,12 @@ ## [Iceshrimp Changelog](./CHANGELOG.md) +## jormungandr.19 + +- Fix Mentions CSS +- Add more placeholders +- Fix tickFetch and tickResolve not being imported, causing an inability to fetch from new instances + ## jormungandr.18 - ~~Add followmouse, ruby, border, and unixtime MFM tags from mk13/Sharkey~~ [Upstreamed! :3](https://iceshrimp.dev/iceshrimp/iceshrimp/pulls/560) diff --git a/package.json b/package.json index 36d118283..4e7ebc2f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iceshrimp", - "version": "2023.12.9-jormungandr.18", + "version": "2023.12.9-jormungandr.19", "repository": { "type": "git", "url": "https://iceshrimp.dev/limepotato/jormungandr-bite.git"