diff --git a/packages/bootstrap-vue-3-icons/CHANGELOG.md b/packages/bootstrap-vue-3-icons/CHANGELOG.md index 4df2ac8..d9fb12e 100644 --- a/packages/bootstrap-vue-3-icons/CHANGELOG.md +++ b/packages/bootstrap-vue-3-icons/CHANGELOG.md @@ -5,6 +5,13 @@ 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.1.1](https://github.com/boindil/bootstrap-vue-3-icons/compare/v0.1.0...v0.1.1) (2023-01-04) + + +### Bug Fixes + +* TextColorVariant is now working as intended ([626650d](https://github.com/boindil/bootstrap-vue-3-icons/commit/626650dae8a68b63ad7c3920d059cd396e642199)) + ## 0.1.0 (2023-01-04) diff --git a/packages/bootstrap-vue-3-icons/package.json b/packages/bootstrap-vue-3-icons/package.json index 8ee3fef..18c8f6a 100644 --- a/packages/bootstrap-vue-3-icons/package.json +++ b/packages/bootstrap-vue-3-icons/package.json @@ -2,7 +2,7 @@ "name": "@boindil/bootstrap-vue-3-icons", "displayName": "BootstrapVue3Icons", "description": "A package to incorporate Bootstrap Icons into Bootstrap-vue-3", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "main": "./dist/bootstrap-vue-3-icons.umd.js", "module": "./dist/bootstrap-vue-3-icons.es.js",