Skip to content

Commit 08d18fc

Browse files
author
Algoan Bot
committed
chore(packages): release
- @algoan/[email protected]
1 parent b02b9f5 commit 08d18fc

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/pagination/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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+
## [6.0.0](https://github.com/algoan/nestjs-components/compare/@algoan/[email protected]...@algoan/[email protected]) (2023-02-28)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* **pagination:** Default parameters are not returned anymore
12+
13+
### Bug Fixes
14+
15+
* **nestjs-pagination:** throw on invalid limit ([75e454f](https://github.com/algoan/nestjs-components/commit/75e454f2039c2e4be5fe8e53637df42ee530b074))
16+
* **pagination:** apply page and limit names to query params ([6cf8c03](https://github.com/algoan/nestjs-components/commit/6cf8c03824fdf42fa6f07887f91300a26f32aa0f))
17+
18+
19+
620
## 5.0.11 (2023-02-24)
721

822
**Note:** Version bump only for package @algoan/nestjs-pagination

Diff for: packages/pagination/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/pagination/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algoan/nestjs-pagination",
3-
"version": "5.0.11",
3+
"version": "6.0.0",
44
"description": "NestJS interceptor handling request's pagination",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)