summaryrefslogtreecommitdiff
path: root/packages/integrations/turbolinks
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/turbolinks')
-rw-r--r--packages/integrations/turbolinks/CHANGELOG.md6
-rw-r--r--packages/integrations/turbolinks/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/turbolinks/CHANGELOG.md b/packages/integrations/turbolinks/CHANGELOG.md
index 4ee974eae..614791c4e 100644
--- a/packages/integrations/turbolinks/CHANGELOG.md
+++ b/packages/integrations/turbolinks/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/turbolinks
+## 0.1.4
+
+### Patch Changes
+
+- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages
+
## 0.1.3
### Patch Changes
diff --git a/packages/integrations/turbolinks/package.json b/packages/integrations/turbolinks/package.json
index 5b7310fca..673127458 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.1.3",
+ "version": "0.1.4",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",