From dbfb786ea0d8d1bc316755f712bba7266a9e2c29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gro=C3=9Fklaus?= Date: Tue, 29 Nov 2022 10:01:23 +0100 Subject: [PATCH] chore(release): 0.1.11 --- packages/stack-html/CHANGELOG.md | 7 +++++++ packages/stack-html/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/stack-html/CHANGELOG.md b/packages/stack-html/CHANGELOG.md index 7c28f98..26651ad 100644 --- a/packages/stack-html/CHANGELOG.md +++ b/packages/stack-html/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. +### [0.1.11](https://github.com/factorial-io/fstack/compare/html/v0.1.10...html/v0.1.11) (2022-11-29) + + +### Bug Fixes + +* upgrade html-validate from 7.4.1 to 7.5.0 ([641fa24](https://github.com/factorial-io/fstack/commit/641fa244022ca41d48f19c10196d93288cb871d9)) + ### [0.1.10](https://github.com/factorial-io/fstack/compare/html/v0.1.9...html/v0.1.10) (2022-09-12) diff --git a/packages/stack-html/package.json b/packages/stack-html/package.json index 956d120..c4d8eb3 100644 --- a/packages/stack-html/package.json +++ b/packages/stack-html/package.json @@ -1,6 +1,6 @@ { "name": "@factorial/stack-html", - "version": "0.1.10", + "version": "0.1.11", "main": "index.js", "license": "MIT", "private": false,