diff --git a/CHANGELOG.md b/CHANGELOG.md index bf1b3cc..56ea204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.14](https://github.com/prashantpalikhe/nuxt-ssr-lit/compare/v1.6.13...v1.6.14) (2024-04-05) + + +### Bug Fixes + +* push Lit shadow contents directly in Vue ssr buffer ([#133](https://github.com/prashantpalikhe/nuxt-ssr-lit/issues/133)) ([4b920d7](https://github.com/prashantpalikhe/nuxt-ssr-lit/commit/4b920d7a8e1549e4532b1fe81f86236b74ed5c79)) + ## [1.6.13](https://github.com/prashantpalikhe/nuxt-ssr-lit/compare/v1.6.12...v1.6.13) (2024-03-25) diff --git a/package-lock.json b/package-lock.json index 4cf3462..238c1bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nuxt-ssr-lit", - "version": "1.6.13", + "version": "1.6.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nuxt-ssr-lit", - "version": "1.6.13", + "version": "1.6.14", "license": "MIT", "dependencies": { "@lit-labs/ssr": "^3.2.1", diff --git a/package.json b/package.json index f0b32b3..cc36303 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-ssr-lit", - "version": "1.6.13", + "version": "1.6.14", "license": "MIT", "type": "module", "exports": {