Skip to content

Commit be608ce

Browse files
committed
RELEASE | 1.5.1
1 parent 27b37c1 commit be608ce

File tree

5 files changed

+163
-1720
lines changed

5 files changed

+163
-1720
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format
44

55
## [Unreleased]
66

7+
## [1.5.1] - 12.06.2024
8+
### Fixed
9+
- Fixed issue with HMR in Vite.js
10+
711
## [1.5.0] - 03.06.2024
812
### Added
913
- Added support for web components without shadow DOM

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-web-component-wrapper",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "A Vue 3 plugin that provides a web component wrapper with styles, seamlessly integrating with Vuex, Vue Router, Vue I18n, and supporting Tailwind CSS and Sass styles.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)