diff --git a/CHANGELOG.md b/CHANGELOG.md index a2ab42bc..102d0343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.7 (2025-08-19) + +## What's Changed + +- Feat: use bcryptjs + ## 1.3.6 (2025-08-07) ## What's Changed diff --git a/package.json b/package.json index 33803ce6..cc2c9daa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js/ord", - "version": "1.3.6", + "version": "1.3.7", "description": "CAP Plugin for generating ORD document.", "repository": "cap-js/ord", "author": "SAP SE (https://www.sap.com)",