Skip to content

feat: release 0.11.3 #1528

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Aug 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
b206da1
build(deps-dev): bump @eslint/js from 9.20.0 to 9.21.0 (#1504)
dependabot[bot] Mar 5, 2025
1e3ae1e
build(deps): bump koa from 2.15.4 to 2.16.1 (#1507)
dependabot[bot] Apr 9, 2025
b6d0105
build(deps-dev): bump axios from 1.7.7 to 1.8.2 (#1508)
dependabot[bot] Apr 9, 2025
85bc3e2
build(deps): bump multer from 1.4.5-lts.1 to 2.0.0 (#1511)
dependabot[bot] May 20, 2025
98a122e
build(deps-dev): bump eslint-plugin-jest from 28.10.0 to 28.11.1 (#1513)
dependabot[bot] May 28, 2025
0a23cbd
build(deps): bump @koa/router from 12.0.1 to 13.1.1 (#1515)
dependabot[bot] Jul 2, 2025
0740268
build(deps-dev): bump @types/express-session from 1.18.1 to 1.18.2 (#…
dependabot[bot] Jul 3, 2025
53df632
build(deps): bump on-headers and express-session (#1519)
dependabot[bot] Jul 17, 2025
296dd18
build(deps): bump glob from 11.0.0 to 11.0.3 (#1517)
dependabot[bot] Jul 17, 2025
d704efb
build(deps-dev): bump prettier from 3.5.0 to 3.6.2 (#1520)
dependabot[bot] Jul 18, 2025
1d6d9af
build(deps-dev): bump form-data from 4.0.1 to 4.0.4 (#1522)
dependabot[bot] Jul 21, 2025
438dcb3
build(deps-dev): bump @eslint/js from 9.21.0 to 9.31.0 (#1521)
dependabot[bot] Jul 21, 2025
22936f2
build(deps-dev): bump @typescript-eslint/parser from 8.16.0 to 8.38.0…
dependabot[bot] Jul 22, 2025
11c2fc3
build(deps): bump koa from 2.16.1 to 3.0.1 (#1525)
dependabot[bot] Jul 29, 2025
da918eb
build(deps): bump multer and @types/multer (#1524)
dependabot[bot] Jul 29, 2025
af33244
build(deps-dev): bump @types/serve-static from 1.15.7 to 1.15.8 (#1526)
dependabot[bot] Jul 30, 2025
abf80f9
build: regenerate package-lock.json
NoNameProvided Aug 5, 2025
09e0f4f
docs: add changelog for 0.11.3
NoNameProvided Aug 5, 2025
04d805a
build: bump version to 0.11.3
NoNameProvided Aug 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog and release notes

## [0.11.3](https://github.com/typestack/routing-controllers/compare/v0.11.2...v0.11.3) (2025-09-05)

### Changed

- update dependencies to fix security vulnerabilities
- update various dev-dependencies

## [0.11.2](https://github.com/typestack/routing-controllers/compare/v0.11.1...v0.11.2) (2025-03-04)

### Changed
Expand Down
Loading
Loading