Skip to content

Commit

Permalink
chore(release): 2.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
leo91000 committed Dec 27, 2023
1 parent 85d29bd commit 5e4c4b1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt-kit/package.json
Original file line number Diff line number Diff line change
@@ -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": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lyonkit/ts-client",
"version": "2.6.6",
"version": "2.6.7",
"private": false,
"author": "Léo Coletta <contact@leo-coletta.fr>",
"sideEffects": false,
Expand Down

0 comments on commit 5e4c4b1

Please sign in to comment.