Skip to content

Commit c266a1e

Browse files
committed
chore(release): 0.1.7
1 parent 5a403f4 commit c266a1e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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.7](https://github.com/nuxtlabs/nuxt-component-meta/compare/v0.1.6...v0.1.7) (2022-07-19)
6+
7+
8+
### Bug Fixes
9+
10+
* prevent `undefined` error ([5a403f4](https://github.com/nuxtlabs/nuxt-component-meta/commit/5a403f415f24c450a276e34b98f32040cf54719d))
11+
512
### [0.1.6](https://github.com/nuxtlabs/nuxt-component-meta/compare/v0.1.5...v0.1.6) (2022-07-19)
613

714

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-component-meta",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"license": "MIT",
55
"type": "module",
66
"exports": {
@@ -30,6 +30,7 @@
3030
"scule": "^0.2.1"
3131
},
3232
"devDependencies": {
33+
"@iconify/vue": "^3.2.1",
3334
"@nuxt/module-builder": "latest",
3435
"@nuxt/test-utils": "^3.0.0-rc.3",
3536
"@nuxtjs/eslint-config-typescript": "latest",

0 commit comments

Comments
 (0)