Skip to content

Commit dd85789

Browse files
committed
chore(release): 0.1.8
1 parent 4d2388d commit dd85789

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.8](https://github.com/nuxtlabs/nuxt-component-meta/compare/v0.1.7...v0.1.8) (2022-07-20)
6+
7+
8+
### Features
9+
10+
* detect ts as expression and Vue's PropType ([4d2388d](https://github.com/nuxtlabs/nuxt-component-meta/commit/4d2388d680b43c378f4d7f40d37fd5e29455d06d))
11+
12+
13+
### Bug Fixes
14+
15+
* check for object properties ([0f20817](https://github.com/nuxtlabs/nuxt-component-meta/commit/0f208173a665b1de758d3486c9791a3c811e350e))
16+
517
### [0.1.7](https://github.com/nuxtlabs/nuxt-component-meta/compare/v0.1.6...v0.1.7) (2022-07-19)
618

719

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-component-meta",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"license": "MIT",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)