From 9d61247349d9791b85ea20a95cae9cf3b3daa90e Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 10 May 2024 13:52:39 +0000 Subject: [PATCH] chore: release v1.0.0-beta.1 by: JuanZea --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21495863..53e95d0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased + +## 1.0.0-beta.1 - 2024-05-10 ### Fixed - Remove background on crypto icons. diff --git a/package.json b/package.json index cd78652c..260a86c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@placetopay/iconsax-vue", - "version": "1.0.0-beta.0", + "version": "1.0.0-beta.1", "description": "Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.", "main": "index.js", "type": "module",