From f571f2e663fdb7e1abcd986ea10d0de1cf6408bc Mon Sep 17 00:00:00 2001 From: Cog Bot Date: Fri, 14 Feb 2025 19:46:00 +0000 Subject: [PATCH] chore(version): v0.1.1 --- CHANGELOG.md | 9 +++++++++ packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0485eed..da42681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v0.1.1 - 2025-02-14 +### Package updates +- @mini-strap/core bumped to @mini-strap/core-v0.1.2 +### Global changes +#### Miscellaneous Chores +- update build script - (812e55e) - aleidk + +- - - + ## v0.1.0 - 2024-12-30 ### Package updates - @mini-strap/core bumped to @mini-strap/core-v0.1.0 diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 537ea3e..8b2cab0 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## @mini-strap/core-v0.1.2 - 2025-02-14 +#### Bug Fixes +- build binary of core - (e80fa61) - aleidk + +- - - + ## @mini-strap/core-v0.1.1 - 2025-02-14 #### Miscellaneous Chores - update build script - (812e55e) - aleidk diff --git a/packages/core/package.json b/packages/core/package.json index f740cb5..097ffae 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@mini-strap/core", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "exports": { ".": "./src/style.scss",