diff options
Diffstat (limited to 'packages/integrations/partytown')
-rw-r--r-- | packages/integrations/partytown/CHANGELOG.md | 7 | ||||
-rw-r--r-- | packages/integrations/partytown/package.json | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/packages/integrations/partytown/CHANGELOG.md b/packages/integrations/partytown/CHANGELOG.md new file mode 100644 index 000000000..19ba4f80c --- /dev/null +++ b/packages/integrations/partytown/CHANGELOG.md @@ -0,0 +1,7 @@ +# @astrojs/partytown + +## 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/partytown/package.json b/packages/integrations/partytown/package.json index 6d878893a..60be71dbe 100644 --- a/packages/integrations/partytown/package.json +++ b/packages/integrations/partytown/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/partytown", "description": "Astro + Partytown integration", - "version": "0.0.1", + "version": "0.0.2-next.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |