From 5e4c4b1090f6ee4123fc02343abb667c7366844d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Coletta?= Date: Wed, 27 Dec 2023 23:00:37 +0100 Subject: [PATCH] chore(release): 2.6.7 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- packages/nuxt-kit/package.json | 2 +- packages/ts-client/package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c5a16e..b009d05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [2.6.7](https://github.com/lyonkit/ts-client/compare/v2.6.6...v2.6.7) (2023-12-27) + + +### Bug Fixes + +* Fix incorrect resolver path ([85d29bd](https://github.com/lyonkit/ts-client/commit/85d29bd0d219555353d7e00d7d97092a2b23ae37)) + ### [2.6.6](https://github.com/lyonkit/ts-client/compare/v2.6.5...v2.6.6) (2023-12-27) ### [2.6.5](https://github.com/lyonkit/ts-client/compare/v2.6.4...v2.6.5) (2023-12-27) diff --git a/package.json b/package.json index 2008778..eba38f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lyonkit-ts-client", "type": "module", - "version": "2.6.6", + "version": "2.6.7", "private": "true", "packageManager": "pnpm@8.13.1", "description": "Lyonkit typescript clients and related packages", diff --git a/packages/nuxt-kit/package.json b/packages/nuxt-kit/package.json index ceced1e..6fb0d03 100644 --- a/packages/nuxt-kit/package.json +++ b/packages/nuxt-kit/package.json @@ -1,7 +1,7 @@ { "name": "@lyonkit/nuxt", "type": "module", - "version": "2.6.6", + "version": "2.6.7", "description": "Nuxt module integration for lyonkit typescript client", "exports": { ".": { diff --git a/packages/ts-client/package.json b/packages/ts-client/package.json index d3df2cd..098dae6 100644 --- a/packages/ts-client/package.json +++ b/packages/ts-client/package.json @@ -1,6 +1,6 @@ { "name": "@lyonkit/ts-client", - "version": "2.6.6", + "version": "2.6.7", "private": false, "author": "Léo Coletta ", "sideEffects": false,