Skip to content

Commit d339a9c

Browse files
author
Github Workflow (on behalf of 3m1n3nc3)
committed
Release %s
- @toneflix/[email protected]
1 parent a0a8783 commit d339a9c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/vue-auth/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.13.0](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2025-03-03)
7+
8+
### Features
9+
10+
- (vue-auth) Add a clearAuth method to clear user auth without making any server requests. ([4ef3220](https://github.com/toneflix/vue-component-pack/commit/4ef322062de75bab163c56ed28ea61d142c09e2d))
11+
612
# [1.12.0](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2025-03-03)
713

814
### Bug Fixes

packages/vue-auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toneflix/vue-auth",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"description": "Advanced authentication plugin for Vue 3.",
55
"main": "dist/lib/index.cjs",
66
"module": "dist/es/index.mjs",

0 commit comments

Comments
 (0)