Skip to content

Commit 727494c

Browse files
committed
chore(release): 4.5.0
1 parent 96ad35e commit 727494c

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.5.0](https://github.com/redkubes/otomi-api/compare/v4.4.0...v4.5.0) (2025-06-03)
6+
7+
8+
### Bug Fixes
9+
10+
* remove unused obj property from settingsInfo ([#730](https://github.com/redkubes/otomi-api/issues/730)) ([48c6437](https://github.com/redkubes/otomi-api/commit/48c643713da7fde7365ff186006d05f539a82560))
11+
* security policies & self service permissions ([#732](https://github.com/redkubes/otomi-api/issues/732)) ([96ad35e](https://github.com/redkubes/otomi-api/commit/96ad35e91f0b0e94ea26455e1c3a185136ad937b))
12+
* team(s) endpoints ([#733](https://github.com/redkubes/otomi-api/issues/733)) ([85be61c](https://github.com/redkubes/otomi-api/commit/85be61caa8c16563e3e48cd01188beaa3eea1f52))
13+
14+
15+
### Others
16+
17+
* add code owners ([#727](https://github.com/redkubes/otomi-api/issues/727)) ([8c9689c](https://github.com/redkubes/otomi-api/commit/8c9689c4093f814e3cc0eb76a0b4bd653c1cc15e))
18+
* do not run postman for dependabot and update some deps ([#731](https://github.com/redkubes/otomi-api/issues/731)) ([afd648b](https://github.com/redkubes/otomi-api/commit/afd648bf93444001c881ba825203de11d8967a1f))
19+
520
## [4.4.0](https://github.com/redkubes/otomi-api/compare/v4.3.0...v4.4.0) (2025-05-14)
621

722

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
"tag": true
166166
}
167167
},
168-
"version": "4.4.0",
168+
"version": "4.5.0",
169169
"watch": {
170170
"build:models": {
171171
"patterns": [

0 commit comments

Comments
 (0)