From 88759414fe4c0ef08124b810408909755f76ae93 Mon Sep 17 00:00:00 2001 From: Shabnam Nouri Date: Sat, 21 Dec 2024 16:51:38 +0330 Subject: [PATCH] chore(release): 0.7.5 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cf6073..6d70a77 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. +### [0.7.5](https://github.com/alibaba-aero/vue-calendar/compare/v0.7.6...v0.7.5) (2024-12-21) + ### [0.7.6](https://github.com/alibaba-aero/vue-calendar/compare/v0.7.5...v0.7.6) (2024-12-21) ### [0.7.5](https://github.com/alibaba-aero/vue-calendar/compare/v0.7.7...v0.7.5) (2024-12-21) diff --git a/package.json b/package.json index edbeb8f..69bed68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alibaba-aero/vue-calendar", - "version": "0.7.6", + "version": "0.7.5", "description": "Vue Calendar", "main": "dist/vue-calendar.cjs.min.js", "web": "dist/vue-calendar.min.js",