Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
The format is based on [Keep a Changelog](http://keepachangelog.com/).

## 1.3.12 (2025-10-16)

## What's Changed

- chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.14 by @renovate[bot] in https://github.com/cap-js/ord/pull/277
- chore(deps): update actions/setup-node action to v6 by @renovate[bot] in https://github.com/cap-js/ord/pull/278
- Fix: interop CSN i18n: use "-" as separator for language keys by @stewsk in https://github.com/cap-js/ord/pull/279

**Full Changelog**: https://github.com/cap-js/ord/compare/v1.3.11...v1.3.12

## 1.3.11 (2025-10-10)

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cap-js/ord",
"version": "1.3.11",
"version": "1.3.12",
"description": "CAP Plugin for generating ORD document.",
"repository": "cap-js/ord",
"author": "SAP SE (https://www.sap.com)",
Expand Down
Loading