diff options
Diffstat (limited to 'packages/integrations/lit')
-rw-r--r-- | packages/integrations/lit/CHANGELOG.md | 7 | ||||
-rw-r--r-- | packages/integrations/lit/package.json | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/packages/integrations/lit/CHANGELOG.md b/packages/integrations/lit/CHANGELOG.md new file mode 100644 index 000000000..dc6d5953b --- /dev/null +++ b/packages/integrations/lit/CHANGELOG.md @@ -0,0 +1,7 @@ +# @astrojs/lit + +## 0.0.2-next.0 + +### Patch Changes + +- [#2847](https://github.com/withastro/astro/pull/2847) [`3b621f7a`](https://github.com/withastro/astro/commit/3b621f7a613b45983b090794fa7c015f23ed6140) Thanks [@tony-sull](https://github.com/tony-sull)! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json index ed2116c08..7225fad12 100644 --- a/packages/integrations/lit/package.json +++ b/packages/integrations/lit/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/lit", - "version": "0.0.1", + "version": "0.0.2-next.0", "description": "Use Lit components within Astro", "type": "module", "types": "./dist/index.d.ts", |