From daeff8baf07d951e0ec4d2594b0f5fb5a4ea6639 Mon Sep 17 00:00:00 2001 From: TayzenDev <110170236+TayzenDev@users.noreply.github.com> Date: Sat, 23 Nov 2024 11:33:21 +0100 Subject: [PATCH] fix: v1.1.2: removing reference to image in the generated folder structure --- CHANGELOG.md | 6 ++++++ README.md | 6 +++--- deno.json | 2 +- server.tsx | 2 -- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7ac4f1..b83caba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +## 1.1.2 - 2024-11-23 + +### Fixed + +- Automatic structure generation no longer references a non-existing image + ## [1.1.1] - 2024-11-20 ### Added diff --git a/README.md b/README.md index 2f524cb..df7d977 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ From this template you should change some settings in the `main.ts` file. Create a new directory in your smallweb folder, add a `main.tsx` and paste this content in it: ```tsx -import { Smallblog } from "jsr:@tayzendev/smallblog@1.1.1"; +import { Smallblog } from "jsr:@tayzendev/smallblog@1.1.2"; export default new Smallblog(); ``` @@ -187,7 +187,7 @@ From this template you should change some settings in the `main.ts` file. Minimal `main.tsx` to quick-start a project (as shown above): ```tsx -import { Smallblog } from "jsr:@tayzendev/smallblog@1.1.1"; +import { Smallblog } from "jsr:@tayzendev/smallblog@1.1.2"; export default new Smallblog(); ``` @@ -196,7 +196,7 @@ A `main.tsx` with more parameters: ```tsx import { html } from "hono/html"; -import { Smallblog } from "jsr:@tayzendev/smallblog@1.1.1"; +import { Smallblog } from "jsr:@tayzendev/smallblog@1.1.2"; const customBodyScript = await html`