Skip to content

Commit bd7adb3

Browse files
committed
chore(release): v1.0.3
1 parent d6c5b0c commit bd7adb3

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
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+
## v1.0.3
6+
7+
[compare changes](https://undefined/undefined/compare/v1.0.2...v1.0.3)
8+
9+
10+
### 🩹 Fixes
11+
12+
- Eagerly initialise dependencies cache (#47)
13+
- Only inject entry scripts as `<script>` (#46)
14+
15+
### 📦 Build
16+
17+
- Reorder export conditions (d6c5b0c)
18+
19+
### 🏡 Chore
20+
21+
- Switch to changelogen for releases (18c9675)
22+
- Update dependencies (69e6062)
23+
- Add prettierrc (2e606da)
24+
25+
### ❤️ Contributors
26+
27+
- Pooya Parsa ([@pi0](http://github.com/pi0))
28+
- Daniel Roe <[email protected]>
29+
530
### [1.0.2](https://github.com/nuxt-contrib/vue-bundle-renderer/compare/v1.0.1...v1.0.2) (2023-02-16)
631

732
### [1.0.1](https://github.com/nuxt-contrib/vue-bundle-renderer/compare/v1.0.0...v1.0.1) (2023-02-08)

package.json

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

0 commit comments

Comments
 (0)