diff --git a/CHANGELOG.md b/CHANGELOG.md index b83caba..bc19a71 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.3 - 2024-11-24 + +### Fixed + +- Fixed the unused parameter `noArticlesMessage`. A custom message can now be set as expected. + ## 1.1.2 - 2024-11-23 ### Fixed diff --git a/README.md b/README.md index df7d977..44f823a 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.2"; +import { Smallblog } from "jsr:@tayzendev/smallblog@1.1.3"; 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.2"; +import { Smallblog } from "jsr:@tayzendev/smallblog@1.1.3"; 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.2"; +import { Smallblog } from "jsr:@tayzendev/smallblog@1.1.3"; const customBodyScript = await html`