From 6d0d2bfd0b071edd06f62b8ae90e83ea2513f1b0 Mon Sep 17 00:00:00 2001 From: Alex Malkevich Date: Mon, 27 Jun 2022 22:43:15 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @orchestrator/html-tag@0.2.0 --- libs/html-tag/CHANGELOG.md | 11 +++++++++++ libs/html-tag/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/libs/html-tag/CHANGELOG.md b/libs/html-tag/CHANGELOG.md index 2a148ff8..3ac47d10 100644 --- a/libs/html-tag/CHANGELOG.md +++ b/libs/html-tag/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/orchestratora/orchestrator/compare/@orchestrator/html-tag@0.1.1...@orchestrator/html-tag@0.2.0) (2022-06-27) + + +### Features + +* **html-tag:** add properties to html-tag configuration ([f259524](https://github.com/orchestratora/orchestrator/commit/f25952480afad9df187601ba2b6f881c85d8bd65)) + + + + + ## [0.1.1](https://github.com/orchestratora/orchestrator/compare/@orchestrator/html-tag@0.1.0...@orchestrator/html-tag@0.1.1) (2022-01-19) diff --git a/libs/html-tag/package.json b/libs/html-tag/package.json index 5d3ccc86..42e5c51c 100644 --- a/libs/html-tag/package.json +++ b/libs/html-tag/package.json @@ -1,6 +1,6 @@ { "name": "@orchestrator/html-tag", - "version": "0.1.1", + "version": "0.2.0", "publishConfig": { "access": "public" },