From 0b0b20b5c40a9f7d786f4f5470f9ecbd04b66923 Mon Sep 17 00:00:00 2001 From: Batur Akkurt Date: Wed, 1 Feb 2023 03:10:59 +0300 Subject: [PATCH] chore(release): 0.1.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb96a4e..2912244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,6 @@ 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.1.0 (2023-02-01) + ### 0.1.1-beta.0 (2023-01-31) diff --git a/package.json b/package.json index 0730a3d..2ebf13a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "description": "MVP Web Kit with Astro, React, Tailwind, Firebase, and more.", "license": "MIT", "type": "module", - "version": "0.1.1-beta.0", + "version": "0.1.0", "private": true, "scripts": { "dev": "astro dev",