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",