Skip to content

Commit ab90236

Browse files
authored
Merge pull request #492 from rubiin/release-please--branches--master--components--ultimate-nest
2 parents e7f3525 + d242e52 commit ab90236

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [2.7.0](https://github.com/rubiin/ultimate-nest/compare/v2.6.2...v2.7.0) (2024-08-29)
4+
5+
6+
7+
### Bug Fixes
8+
9+
* dont include stripe by default ([17bfba9](https://github.com/rubiin/ultimate-nest/commit/17bfba93ae1d427f51fe6e153f91134e233a5790))
10+
* jwt algorithm config ([fd0a333](https://github.com/rubiin/ultimate-nest/commit/fd0a333df36425eda46b662be0fab1dfcbc2e8bb))
11+
* jwt guard signature ([9d777c9](https://github.com/rubiin/ultimate-nest/commit/9d777c9102e3e181f80dff126c9b45e30cfac684))
12+
* remove sentry as required, its optional now ([91b0923](https://github.com/rubiin/ultimate-nest/commit/91b0923dd5f9ddbbbb76fecf41f11914276faa95))
13+
* sentry package ([bc20fd2](https://github.com/rubiin/ultimate-nest/commit/bc20fd265ded1f06a0bd7b45a017824adf6061a1))
14+
* use mikroorm new opt type ([7f283bf](https://github.com/rubiin/ultimate-nest/commit/7f283bf2e1cf2a70b9f2794c756e026be49097c9))
15+
* use variable exapansion on env ([828c7ca](https://github.com/rubiin/ultimate-nest/commit/828c7ca7380957471461c97f355188b96bc295d6))
16+
17+
318
## [2.6.2](https://github.com/rubiin/ultimate-nest/compare/v2.6.1...v2.6.2) (2024-08-28)
419

520

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ultimate-nest",
3-
"version": "2.6.2",
3+
"version": "2.7.0",
44
"packageManager": "pnpm@9.9.0",
55
"description": "NestJS + MikroORM blog example with batteries included",
66
"author": {

0 commit comments

Comments
 (0)