From 55c375be831d89ff2123937f82e10f9aefe4489c Mon Sep 17 00:00:00 2001 From: Cris Mihalache Date: Sat, 10 Feb 2024 19:40:52 +0200 Subject: [PATCH] chore(release): 1.1.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af2ca12..63fc419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.1.3](https://github.com/f3rno64/http-server-md/compare/v1.1.2...v1.1.3) (2024-02-10) + + +### Bug Fixes + +* run format and lint:fix ([c6ecfc1](https://github.com/f3rno64/http-server-md/commit/c6ecfc1b516bba2297e811f1b332a5005bbecbc5)) + ### [1.1.2](https://github.com/f3rno64/http-server-md/compare/v1.1.1...v1.1.2) (2024-02-10) diff --git a/package.json b/package.json index 8d7ec82..2ba772d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http-server-md", - "version": "1.1.2", + "version": "1.1.3", "description": "A configurable HTTP server that serves markdown files rendered to HTML with markdown-it", "keywords": [ "md",