Skip to content

Commit 253407e

Browse files
committed
chore(release): 0.5.0
1 parent 12171a5 commit 253407e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.5.0](https://github.com/nuxt-contrib/vue-bundle-renderer/compare/v0.4.4...v0.5.0) (2022-11-03)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* disable font prefetching by default (#43)
11+
12+
### Bug Fixes
13+
14+
* disable font prefetching by default ([#43](https://github.com/nuxt-contrib/vue-bundle-renderer/issues/43)) ([12171a5](https://github.com/nuxt-contrib/vue-bundle-renderer/commit/12171a5cfa23f4dfd4dec9c9d0c55b348d49f87c))
15+
516
### [0.4.4](https://github.com/nuxt-contrib/vue-bundle-renderer/compare/v0.4.3...v0.4.4) (2022-10-18)
617

718
### [0.4.3](https://github.com/nuxt-contrib/vue-bundle-renderer/compare/v0.4.2...v0.4.3) (2022-09-15)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-bundle-renderer",
3-
"version": "0.4.4",
3+
"version": "0.5.0",
44
"description": "Bundle Renderer for Vue 3.0",
55
"repository": "nuxt-contrib/vue-bundle-renderer",
66
"license": "MIT",

0 commit comments

Comments
 (0)