From d26d09454343d937703fb4fc56d0ce70138d30f9 Mon Sep 17 00:00:00 2001 From: Stowez Date: Tue, 5 Nov 2024 15:51:37 +0000 Subject: [PATCH] release 1.2.0 --- changelog.md | 2 +- composer.json | 2 +- version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index dc98fb2..a19b7ce 100644 --- a/changelog.md +++ b/changelog.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## 1.1.0 - 2024-11-05 +## 1.2.0 - 2024-11-05 - Fixed javascript error when inside a flexible componet - Any Ajax Request results are now stored in a cached variable so label isn't lost on search diff --git a/composer.json b/composer.json index 2a881f3..91e8d28 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "razorcreations/ajax-field", "description": "A searchable AJAX powered field for Laravel Nova.", - "version": "1.1.0", + "version": "1.2.0", "authors": [ { "name": "Ross Cooper", diff --git a/version.txt b/version.txt index 9084fa2..26aaba0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.1.0 +1.2.0