From ee6878cfc6acf1acb7f609a741a5006fd0227cbe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 21:34:45 +0000 Subject: [PATCH] chore(main): release 0.1.8 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20b94af..5ce5d56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.8](https://github.com/StouderIO/inertia-preact/compare/v0.1.7...v0.1.8) (2024-01-17) + + +### Bug Fixes + +* import only needed axios type ([eae933a](https://github.com/StouderIO/inertia-preact/commit/eae933a55430670a07bf09d519e715af65951a70)) + ## [0.1.7](https://github.com/StouderIO/inertia-preact/compare/v0.1.6...v0.1.7) (2024-01-17) diff --git a/package.json b/package.json index a7e2396..0930481 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stouder-io/inertia-preact", - "version": "0.1.7", + "version": "0.1.8", "license": "MIT", "description": "The Preact adapter for Inertia.js", "author": "Xavier Stouder (https://stouder.io)",