From 68aede98f98f9223eb06d27c64896c0b71ea63cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 13:52:23 +0800 Subject: [PATCH] chore(master): release 1.2.4 (#73) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dd22208..b5d56b27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.2.4](https://github.com/storipress/builder-component/compare/v1.2.3...v1.2.4) (2023-03-14) + +### Bug Fixes + +- fix publish config ([16b04ec](https://github.com/storipress/builder-component/commit/16b04ecda0d9fd187b6fcc4a632c85b935483bad)) + ## [1.2.3](https://github.com/storipress/builder-component/compare/v1.2.2...v1.2.3) (2023-03-14) ### Bug Fixes diff --git a/package.json b/package.json index 8c0998c1..49141c9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@storipress/builder-component", - "version": "1.2.3", + "version": "1.2.4", "repository": "git@github.com:storipress/builder-component.git", "main": "./dist/builder-component.mjs", "types": "./dist/src/entry.d.ts",