We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5577f commit 7f32886Copy full SHA for 7f32886
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
The format is based on [Keep a Changelog](http://keepachangelog.com/).
6
7
+## Version 1.2.1 - 11.03.2025
8
+
9
+### Changed
10
11
+- Replaced `console.warn` statements with `cds.debug` logs for warning messages.
12
13
## Version 1.2.0 - 28.02.2025
14
15
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@cap-js/openapi",
3
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "CAP tool for OpenAPI",
"repository": {
"type": "git",
0 commit comments