Skip to content

Commit d3ded69

Browse files
committed
chore(release): 0.1.5
1 parent 3d247cc commit d3ded69

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.5](https://github.com/nuxtlabs/nuxt-component-meta/compare/v0.1.2...v0.1.5) (2022-05-11)
6+
7+
8+
### Bug Fixes
9+
10+
* **api:** fix single component query ([5f967c5](https://github.com/nuxtlabs/nuxt-component-meta/commit/5f967c5a4fc0a36b14b72ed37158e57ddc262770))
11+
* **lint:** fix linting ([237b16f](https://github.com/nuxtlabs/nuxt-component-meta/commit/237b16fd181528276818e7b1654ad6b3d7f57656))
12+
* use addServerHandler and correct method ([3d247cc](https://github.com/nuxtlabs/nuxt-component-meta/commit/3d247cc7983b951c463ceae15fa5819225241ef1))
13+
514
### [0.1.2](https://github.com/farnabaz/nuxt-component-meta/compare/v0.1.0...v0.1.2) (2022-04-19)
615

716
## [0.1.0](https://github.com/nuxtlabs/nuxt-component-meta/compare/v0.0.7...v0.1.0) (2022-04-15)

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.4",
3+
"version": "0.1.5",
44
"license": "MIT",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)