Skip to content

Commit 66ecf0a

Browse files
committed
chore(release): 0.1.11
1 parent f8b9d81 commit 66ecf0a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.1.11](https://github.com/cdmoro/bootstrap-vue-3/compare/v0.1.10...v0.1.11) (2022-04-26)
6+
7+
### Features
8+
9+
- generate dist/BootstrapVue.d.ts and update package.json ([6a5075c](https://github.com/cdmoro/bootstrap-vue-3/commit/6a5075c392169c9efc7e24393fa4753092627813))
10+
- generates \*.d.ts files from .ts or .vue source ([c3751c0](https://github.com/cdmoro/bootstrap-vue-3/commit/c3751c09e50cc3e48bca7b1d6bf05cf6333ab94e))
11+
512
### [0.1.10](https://github.com/cdmoro/bootstrap-vue-3/compare/v0.1.9...v0.1.10) (2022-04-07)
613

714
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bootstrap-vue-3",
33
"displayName": "BootstrapVue3",
44
"description": "Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript",
5-
"version": "0.1.10",
5+
"version": "0.1.11",
66
"license": "MIT",
77
"main": "./dist/bootstrap-vue-3.umd.js",
88
"module": "./dist/bootstrap-vue-3.es.js",

0 commit comments

Comments
 (0)