From d4360f8859bdc80ff0b4868d1a540e92318b55da Mon Sep 17 00:00:00 2001 From: Alexander Vorobyev Date: Fri, 29 Dec 2023 23:33:45 +0300 Subject: [PATCH] chore(release): 1.3.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f926ebc..b073edc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.3.1](https://github.com/voral/vs-vue3-select/compare/v1.3.0...v1.3.1) (2023-12-29) + + +### Bug Fixes + +* Fixed dropdown toggle behavior when search is absent ([08b1f26](https://github.com/voral/vs-vue3-select/commit/08b1f263a07eb2c006893bc7f69c941dd0f227d3)) + ## [1.3.0](https://github.com/voral/vs-vue3-select/compare/v1.2.3...v1.3.0) (2023-12-28) diff --git a/package.json b/package.json index cda6cdee..ff546a53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vs-vue3-select", - "version": "1.3.0", + "version": "1.3.1", "description": "A fork of vue-select for Vue 3", "author": "Alexander Vorobyev ", "homepage": "https://vue3-select.va-soft.ru/",