Skip to content

Commit f18fa49

Browse files
committed
1.11.0: group the check Steps report by project and bring the orchestrator up to family parity
1 parent 6457936 commit f18fa49

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lenne.tech/nuxt-extensions",
3-
"version": "1.10.3",
3+
"version": "1.11.0",
44
"description": "Reusable Nuxt 4 composables, components, and Better-Auth integration for lenne.tech projects",
55
"repository": {
66
"type": "git",

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import type { LtExtensionsModuleOptions } from './runtime/types';
1111

1212
// Module meta
1313
export const name = '@lenne.tech/nuxt-extensions';
14-
export const version = '1.10.2';
14+
export const version = '1.10.3';
1515
export const configKey = 'ltExtensions';
1616

1717
// Default cookie names — re-exported from auth-state so consumers can read

0 commit comments

Comments
 (0)