From 067727802ed4b7fb9e3ac2b6a94423f9be982aa7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 28 Jun 2023 00:07:35 +0000 Subject: [PATCH] chore(release): 2.3.9 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 643a04c..206e435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### 2.3.9 (2023-06-28) + ### 2.3.8 (2023-05-31) ### 2.3.7 (2023-05-10) diff --git a/package.json b/package.json index 76eaa23..4c01ec2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-use-popperjs", - "version": "2.3.8", + "version": "2.3.9", "engines": { "node": "^14 || ^16 || >=18" },