From b467a9841cb4ff2d836f3e8f8567de5fb6381109 Mon Sep 17 00:00:00 2001 From: AfzalSabbir Date: Sat, 18 Feb 2023 20:32:55 +0600 Subject: [PATCH] Bumped `package.json` version to `0.1.1-alpha-0` ## [0.1.1-alpha-0] - 2023-02-18 ### Features - [x] `Library` & `Single Component` mode enabled ## Changed - Bumped `package.json` version to `0.1.1-alpha-0` --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cef05f..359223a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. This projec to [Semantic Versioning](http://semver.org/). This changelog was generated with [github_changelog_generator](https://github.com/marketplace/actions/generate-changelog). +## [0.1.1-alpha-0] - 2023-02-18 + +### Features +- [x] `Library` & `Single Component` mode enabled + +## Changed +- Bumped `package.json` version to `0.1.1-alpha-0` + + ## [0.1.0-alpha-5] - 2023-02-11 ### Fixed diff --git a/package.json b/package.json index 4d08770..9113fd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-sfc-vite", - "version": "0.1.0-alpha-5", + "version": "0.1.1-alpha-0", "description": "Vue SFC Vite is a Vue 3 SFC template for Vite", "keywords": [ "vue",