Skip to content

Commit eaf5e5f

Browse files
committed
chore(release): 0.2.6
1 parent 5ebe828 commit eaf5e5f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.2.6](https://github.com/nuxt-contrib/vue-bundle-renderer/compare/v0.2.5...v0.2.6) (2021-07-21)
6+
7+
8+
### Bug Fixes
9+
10+
* assume resources without extension as js ([5ebe828](https://github.com/nuxt-contrib/vue-bundle-renderer/commit/5ebe82807852623b1e5bfc77684b314524614ea7))
11+
* handle situation where there are no initial scripts ([3d55f4d](https://github.com/nuxt-contrib/vue-bundle-renderer/commit/3d55f4d8cd859cf5d77ec40194c64510ac792096))
12+
513
### [0.2.5](https://github.com/nuxt-contrib/vue-bundle-renderer/compare/v0.2.4...v0.2.5) (2021-07-12)
614

715

package.json

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

0 commit comments

Comments
 (0)