Skip to content

feat: release v0.10.4 #1130

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 17 commits into from
Apr 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
1abdfb4
build(deps-dev): bump @typescript-eslint/eslint-plugin (#1109)
dependabot[bot] Apr 17, 2023
4b10592
refac: correct git tree after dependabot messup
attilaorosz Apr 17, 2023
5e5a8c0
build(deps): bump glob from 10.1.0 to 10.2.1 (#1112)
dependabot[bot] Apr 18, 2023
ac7416c
fix: koa router trailer slash (#1114)
Aareksio Apr 19, 2023
f3ff21e
build(deps-dev): bump axios from 1.3.5 to 1.3.6 (#1115)
dependabot[bot] Apr 20, 2023
cda9da4
build(deps-dev): bump @types/jest from 29.5.0 to 29.5.1 (#1116)
dependabot[bot] Apr 20, 2023
237abf3
build(deps-dev): bump prettier from 2.8.7 to 2.8.8 (#1117)
dependabot[bot] Apr 24, 2023
c03a2a3
build(deps): bump glob from 10.2.1 to 10.2.2 (#1119)
dependabot[bot] Apr 24, 2023
059ace5
build(deps-dev): bump eslint from 8.38.0 to 8.39.0 (#1118)
dependabot[bot] Apr 24, 2023
05cfa2d
build(deps-dev): bump @typescript-eslint/eslint-plugin (#1120)
dependabot[bot] Apr 25, 2023
33d8c05
build(deps): bump yaml from 2.2.1 to 2.2.2 (#1122)
dependabot[bot] Apr 25, 2023
78d9180
build(deps-dev): bump @typescript-eslint/parser from 5.59.0 to 5.59.1…
dependabot[bot] Apr 25, 2023
126eb12
build(deps-dev): bump lint-staged from 13.2.1 to 13.2.2 (#1123)
dependabot[bot] Apr 27, 2023
126719a
fix: createActions should not mutate actions in metadata storage (#1127)
wamasimba Apr 27, 2023
8705d4a
build(deps-dev): bump axios from 1.3.6 to 1.4.0 (#1128)
dependabot[bot] Apr 28, 2023
353e68e
docs: add changelog for v0.10.4
attilaorosz Apr 28, 2023
e4bc324
build: bump version to v0.10.4
attilaorosz Apr 28, 2023
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog and release notes

## [0.10.4](https://github.com/typestack/routing-controllers/compare/v0.10.3...v0.10.4) (2023-04-17)

### Changed

- `glob` package updated to `10.1.0` from `10.2.2`

### Fixed

- Fixed koa trailing slash handling
- Fixed controller method inheritance

## [0.10.3](https://github.com/typestack/routing-controllers/compare/v0.10.2...v0.10.3) (2023-04-17)

### Changed
Expand Down
Loading