diff --git a/CHANGELOG.md b/CHANGELOG.md index 405410a0..2813bb4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.3 (2024-06-25) + +## What's Changed + +- Provide a better data product example +- Fix: eventResources and dataProduct annotation + +**Full Changelog**: https://github.com/cap-js/ord/compare/v1.3.2...v1.3.3 + ## 1.3.2 (2024-06-18) ## What's Changed diff --git a/package.json b/package.json index 73c9e392..9422b80d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js/ord", - "version": "1.3.2", + "version": "1.3.3", "description": "CAP Plugin for generating ORD document.", "repository": "cap-js/ord", "author": "SAP SE (https://www.sap.com)",