diff options
Diffstat (limited to 'packages/integrations/turbolinks')
-rw-r--r-- | packages/integrations/turbolinks/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/turbolinks/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/turbolinks/CHANGELOG.md b/packages/integrations/turbolinks/CHANGELOG.md index 3603fd47a..fbbffecd0 100644 --- a/packages/integrations/turbolinks/CHANGELOG.md +++ b/packages/integrations/turbolinks/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/turbolinks +## 0.1.0 + +### Minor Changes + +- [`2bb6a06e`](https://github.com/withastro/astro/commit/2bb6a06ebb449aa3fec6414754c8a248ca4721ef) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Welcome to the Astro v1.0.0 Beta! Read the [official announcement](https://astro.build/blog/astro-1-beta-release/) for more details. + ## 0.0.2 ### Patch Changes diff --git a/packages/integrations/turbolinks/package.json b/packages/integrations/turbolinks/package.json index 60564d543..f24099e30 100644 --- a/packages/integrations/turbolinks/package.json +++ b/packages/integrations/turbolinks/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/turbolinks", "description": "Turbolinks + Astro Integrations", - "version": "0.0.2", + "version": "0.1.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |