Skip to content

Commit

Permalink
chore(release): πŸŽ‰ publish v4.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
isuvorov committed Jan 14, 2024
1 parent 6e69e25 commit 3a15bde
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.16.3](https://github.com/lskjs/nestlib/compare/v4.16.2...v4.16.3) (2024-01-14)


### Bug Fixes

* **interceptors:** startsWith file ([6e69e25](https://github.com/lskjs/nestlib/commit/6e69e250cdea91bd99ab9de7309185598be38455))





## [4.16.2](https://github.com/lskjs/nestlib/compare/v4.16.1...v4.16.2) (2024-01-13)

**Note:** Version bump only for package @nestlib/root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.16.2",
"version": "4.16.3",
"npmClient": "pnpm",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions libs/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.16.3](https://github.com/lskjs/lskjs/compare/v4.16.2...v4.16.3) (2024-01-14)

**Note:** Version bump only for package @nestlib/auth





## [4.16.2](https://github.com/lskjs/lskjs/compare/v4.16.1...v4.16.2) (2024-01-13)

**Note:** Version bump only for package @nestlib/auth
Expand Down
2 changes: 1 addition & 1 deletion libs/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestlib/auth",
"version": "4.16.2",
"version": "4.16.3",
"description": "LSK.js – nest auth – helpers for auth in Nest.js projects",
"author": "Igor Suvorov <hi@isuvorov.com> (https://github.com/isuvorov)",
"private": false,
Expand Down
11 changes: 11 additions & 0 deletions libs/interceptors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.16.3](https://github.com/lskjs/lskjs/compare/v4.16.2...v4.16.3) (2024-01-14)


### Bug Fixes

* **interceptors:** startsWith file ([6e69e25](https://github.com/lskjs/lskjs/commit/6e69e250cdea91bd99ab9de7309185598be38455))





## [4.16.1](https://github.com/lskjs/lskjs/compare/v4.16.0...v4.16.1) (2024-01-13)

**Note:** Version bump only for package @nestlib/interceptors
Expand Down
2 changes: 1 addition & 1 deletion libs/interceptors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestlib/interceptors",
"version": "4.16.1",
"version": "4.16.3",
"description": "LSK.js – nest utils – helpers and utils for Nest.js projects",
"author": "Igor Suvorov <hi@isuvorov.com> (https://github.com/isuvorov)",
"private": false,
Expand Down

0 comments on commit 3a15bde

Please sign in to comment.