Skip to content

Commit 153564d

Browse files
committed
chore(release): 0.3.3
1 parent 75e192b commit 153564d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
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.3.3](https://github.com/farnabaz/nuxt-component-meta/compare/v0.2.3...v0.3.3) (2022-11-01)
6+
7+
8+
### Features
9+
10+
* **unplugin:** move parsing steps to unplugin ([#43](https://github.com/farnabaz/nuxt-component-meta/issues/43)) ([ae5ae18](https://github.com/farnabaz/nuxt-component-meta/commit/ae5ae18ce28c547aec4ce23eb4acb538b83b004d))
11+
12+
13+
### Bug Fixes
14+
15+
* **hmr:** fix hmr; avoid relying on transformers ([75e192b](https://github.com/farnabaz/nuxt-component-meta/commit/75e192b92c7536b786d873a4d91ee6a5207f376d))
16+
517
### [0.2.3](https://github.com/farnabaz/nuxt-component-meta/compare/v0.2.2...v0.2.3) (2022-09-20)
618

719
### [0.2.2](https://github.com/nuxtlabs/nuxt-component-meta/compare/v0.2.1...v0.2.2) (2022-08-31)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-component-meta",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"license": "MIT",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)