diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d5e01c..9190a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format ## [Unreleased] -## [1.6.4] - 14.10.2024 +## [1.6.5] - 14.10.2024 ### Added - Added support for replaceRootWithHost option diff --git a/README.md b/README.md index 5c31554..e28e290 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

License MIT - version 1.6.4 + version 1.6.5 maintained yes

diff --git a/package.json b/package.json index 6de54f0..5a723df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-web-component-wrapper", - "version": "1.6.4", + "version": "1.6.5", "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.", "repository": { "type": "git", diff --git a/package/package.json b/package/package.json index ad200b5..73108f4 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "vue-web-component-wrapper", - "version": "1.6.4", + "version": "1.6.5", "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.", "types": "types.d.ts", "repository": {