From ef4c708f7293b41059df35dedfcb6cbed19c3613 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 00:58:36 +0000 Subject: [PATCH] chore(main): release bootstrapvuenexticons 0.3.2 --- packages/bootstrap-vue-next-icons/CHANGELOG.md | 12 ++++++++++++ packages/bootstrap-vue-next-icons/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/bootstrap-vue-next-icons/CHANGELOG.md b/packages/bootstrap-vue-next-icons/CHANGELOG.md index c710600..29dfc02 100644 --- a/packages/bootstrap-vue-next-icons/CHANGELOG.md +++ b/packages/bootstrap-vue-next-icons/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.2](https://github.com/boindil/bootstrap-vue-next-icons/compare/bootstrapvuenexticons-v0.3.1...bootstrapvuenexticons-v0.3.2) (2024-03-26) + + +### Bug Fixes + +* package.json main/module/exports ([3c2544c](https://github.com/boindil/bootstrap-vue-next-icons/commit/3c2544c9072cf0b324fc08c4d38786bfcf7f0ced)) + + +### Miscellaneous Chores + +* release main ([eb0b9a5](https://github.com/boindil/bootstrap-vue-next-icons/commit/eb0b9a51d24a37123e8a19635ddc685009438173)) + ## [0.3.1](https://github.com/boindil/bootstrap-vue-next-icons/compare/bootstrapvuenexticons-v0.3.1...bootstrapvuenexticons-v0.3.1) (2024-03-26) ### Bug Fixes diff --git a/packages/bootstrap-vue-next-icons/package.json b/packages/bootstrap-vue-next-icons/package.json index d4f2563..26b142f 100644 --- a/packages/bootstrap-vue-next-icons/package.json +++ b/packages/bootstrap-vue-next-icons/package.json @@ -2,7 +2,7 @@ "name": "@boindil/bootstrap-vue-next-icons", "displayName": "BootstrapVueNextIcons", "description": "A package to incorporate Bootstrap Icons into Bootstrap-vue-next", - "version": "0.3.1", + "version": "0.3.2", "license": "MIT", "main": "./dist/bootstrap-vue-next-icons.umd.js", "module": "./dist/bootstrap-vue-next-icons.mjs",