From 0050bec132dc019bc0db26d32125d5f60dd50e23 Mon Sep 17 00:00:00 2001 From: Alex Malkevich Date: Wed, 19 Jan 2022 16:00:32 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @orchestrator/html-tag@0.1.1 --- 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 2440303d..2a148ff8 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.1.1](https://github.com/orchestratora/orchestrator/compare/@orchestrator/html-tag@0.1.0...@orchestrator/html-tag@0.1.1) (2022-01-19) + + +### Bug Fixes + +* **html-tag:** add metadata to package.json ([2b14000](https://github.com/orchestratora/orchestrator/commit/2b140002739831c9c181961ae8caefc11969978a)) + + + + + # 0.1.0 (2022-01-17) diff --git a/libs/html-tag/package.json b/libs/html-tag/package.json index c3888e47..5d3ccc86 100644 --- a/libs/html-tag/package.json +++ b/libs/html-tag/package.json @@ -1,6 +1,6 @@ { "name": "@orchestrator/html-tag", - "version": "0.1.0", + "version": "0.1.1", "publishConfig": { "access": "public" },