Skip to content

Commit 7f32886

Browse files
release 1.2.1
1 parent 3b5577f commit 7f32886

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

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+
713
## Version 1.2.0 - 28.02.2025
814

915
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cap-js/openapi",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "CAP tool for OpenAPI",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)