From 45576ce2646b9ccc7ebcdcf711f8201ee3a43e93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 10:47:44 +0100 Subject: [PATCH] chore(main): release 0.3.5 (#21) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59a1a4f..212e6e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.5](https://github.com/nhedger/vscode-inertia/compare/v0.3.4...v0.3.5) (2023-02-02) + + +### Bug Fixes + +* `inertia` helper regex ([#20](https://github.com/nhedger/vscode-inertia/issues/20)) ([a7b05ea](https://github.com/nhedger/vscode-inertia/commit/a7b05ea3defb502276c384bcbc01eeb850eeebc8)) + ## [0.3.4](https://github.com/nhedger/vscode-inertia/compare/v0.3.3...v0.3.4) (2023-01-21) diff --git a/package.json b/package.json index 52c5322..9c28e8a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "inertia", "displayName": "Inertia.js", - "version": "0.3.4", + "version": "0.3.5", "description": "Visual Studio Code extension for Inertia.js", "categories": [ "Other"