Skip to content

Commit 2299ffd

Browse files
authored
chore(release): 4.8.0
1 parent 1acd71f commit 2299ffd

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.8.0](https://github.com/redkubes/otomi-api/compare/v4.7.0...v4.8.0) (2025-06-25)
6+
7+
8+
### Features
9+
10+
* enhance dependabot configuration for auto-approval and grouping of dependencies ([#756](https://github.com/redkubes/otomi-api/issues/756)) ([bd258ed](https://github.com/redkubes/otomi-api/commit/bd258ed609834d8753be722d78d597d03cce1adb))
11+
* hide falco app ([#765](https://github.com/redkubes/otomi-api/issues/765)) ([1acd71f](https://github.com/redkubes/otomi-api/commit/1acd71f6a17e41db3a5fc8b50ba5ad759cf6148d))
12+
13+
14+
### Bug Fixes
15+
16+
* add type checking to message sanitation ([#755](https://github.com/redkubes/otomi-api/issues/755)) ([242b743](https://github.com/redkubes/otomi-api/commit/242b743731b9066a988a83cd01f96d886513ac2f))
17+
* fail before writing empty yaml files ([#758](https://github.com/redkubes/otomi-api/issues/758)) ([5f64fc3](https://github.com/redkubes/otomi-api/commit/5f64fc3aad13bfef587fefd62d2f75b69f91e9b3))
18+
519
## [4.7.0](https://github.com/redkubes/otomi-api/compare/v4.6.0...v4.7.0) (2025-06-24)
620

721

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
@@ -163,7 +163,7 @@
163163
"tag": true
164164
}
165165
},
166-
"version": "4.7.0",
166+
"version": "4.8.0",
167167
"watch": {
168168
"build:models": {
169169
"patterns": [

0 commit comments

Comments
 (0)