From ff4eaf6a3636c7d86ef9d0708b24055ab98c74ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gro=C3=9Fklaus?= Date: Fri, 24 Feb 2023 15:26:21 +0100 Subject: [PATCH] chore(release): 0.3.0 --- packages/stack-vue/CHANGELOG.md | 11 +++++++++++ packages/stack-vue/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/stack-vue/CHANGELOG.md b/packages/stack-vue/CHANGELOG.md index ab14e9e..f3b97f0 100644 --- a/packages/stack-vue/CHANGELOG.md +++ b/packages/stack-vue/CHANGELOG.md @@ -2,6 +2,17 @@ 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.3.0](https://github.com/factorial-io/fstack/compare/vue/v0.2.8...vue/v0.3.0) (2023-02-24) + + +### ⚠ BREAKING CHANGES + +* **javascript:** Shareable ESLint configs (#116) + +### Features + +* **javascript:** Shareable ESLint configs ([#116](https://github.com/factorial-io/fstack/issues/116)) ([7588a7f](https://github.com/factorial-io/fstack/commit/7588a7f4f5d5773a1ac382dc85f7b83179417cfc)) + ### [0.2.8](https://github.com/factorial-io/fstack/compare/vue/v0.2.7...vue/v0.2.8) (2022-11-29) ### [0.2.7](https://github.com/factorial-io/fstack/compare/vue/v0.2.6...vue/v0.2.7) (2022-10-04) diff --git a/packages/stack-vue/package.json b/packages/stack-vue/package.json index 5644a3d..ec3214f 100644 --- a/packages/stack-vue/package.json +++ b/packages/stack-vue/package.json @@ -1,6 +1,6 @@ { "name": "@factorial/stack-vue", - "version": "0.2.8", + "version": "0.3.0", "main": "index.js", "license": "MIT", "private": false,