Skip to content

Commit d4df89d

Browse files
authored
bump: v10.1.0
1 parent c6fe248 commit d4df89d

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## v10.1.0 (2024-01-23)
2+
<!-- Release notes generated using configuration in .github/release.yml at master -->
3+
4+
## What's Changed
5+
### :rocket: Type: Feature
6+
* feat: use biomejs by @9renpoto in https://github.com/mentos1386/nest-raven/pull/650
7+
### Other Changes
8+
* chore(deps): update dependency lint-staged to v15.2.0 by @renovate in https://github.com/mentos1386/nest-raven/pull/639
9+
* chore(deps): update dependency @types/jest to v29.5.11 by @renovate in https://github.com/mentos1386/nest-raven/pull/640
10+
* chore(deps): update dependency prettier to v3.1.1 by @renovate in https://github.com/mentos1386/nest-raven/pull/641
11+
* chore(deps): update nest monorepo to v10.3.0 by @renovate in https://github.com/mentos1386/nest-raven/pull/643
12+
* chore(deps): update dependency @types/supertest to v6 by @renovate in https://github.com/mentos1386/nest-raven/pull/644
13+
* chore(deps): update dependency @types/supertest to v6.0.2 by @renovate in https://github.com/mentos1386/nest-raven/pull/646
14+
* chore(deps): update dependency socket.io-client to v4.7.3 by @renovate in https://github.com/mentos1386/nest-raven/pull/647
15+
* chore(deps): update dependency socket.io-client to v4.7.4 by @renovate in https://github.com/mentos1386/nest-raven/pull/648
16+
* chore(deps): update dependency supertest to v6.3.4 by @renovate in https://github.com/mentos1386/nest-raven/pull/649
17+
* refactor: remove duplicated workflow by @9renpoto in https://github.com/mentos1386/nest-raven/pull/651
18+
* chore(deps): update dependency dotenv to v16.3.2 by @renovate in https://github.com/mentos1386/nest-raven/pull/652
19+
20+
21+
**Full Changelog**: https://github.com/mentos1386/nest-raven/compare/v10.0.1...v10.1.0
122
## v10.0.1 (2023-12-03)
223
<!-- Release notes generated using configuration in .github/release.yml at master -->
324

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nest-raven",
3-
"version": "10.0.1",
3+
"version": "10.1.0",
44
"description": "Sentry Raven Module for Nest Framework",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)