diff --git a/packages/bootstrap-vue-3-icons/CHANGELOG.md b/packages/bootstrap-vue-3-icons/CHANGELOG.md index 95901f1..4df2ac8 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.0 (2023-01-04) + + +### Miscellaneous Chores + +* initial commit ([6140fca](https://github.com/boindil/bootstrap-vue-3-icons/commit/6140fca9aeb03e8757489887eda56302c2acf7d4)) + ## [0.0.1] - 2022-10-18 ### Added diff --git a/packages/bootstrap-vue-3-icons/package.json b/packages/bootstrap-vue-3-icons/package.json index d8db5e0..8ee3fef 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.0.2", + "version": "0.1.0", "license": "MIT", "main": "./dist/bootstrap-vue-3-icons.umd.js", "module": "./dist/bootstrap-vue-3-icons.es.js",