Skip to content

Commit 10ba3d4

Browse files
committed
chore(release): 1.1.3
1 parent 2174d78 commit 10ba3d4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
### [1.1.3](https://github.com/ckpack/v-ui/compare/v1.1.2...v1.1.3) (2022-01-12)
6+
7+
8+
### Bug Fixes
9+
10+
* fix tsconfig error ([66eeedd](https://github.com/ckpack/v-ui/commit/66eeedde11fcc60b1527072eebe5c3222258e9b0))
11+
* fxi tsc error ([2a70c36](https://github.com/ckpack/v-ui/commit/2a70c3656942f83aaae1f573879dc7b03eeba864))
12+
513
### [1.1.2](https://github.com/ckpack/v-ui/compare/v1.1.1...v1.1.2) (2022-01-12)
614

715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "v-ui",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Quickly create a component library for Vue 3",
55
"type": "module",
66
"main": "dist/index.cjs.js",

0 commit comments

Comments
 (0)