From 97e7fbacf5204ae946f2fa9c725ed51b00db324a Mon Sep 17 00:00:00 2001 From: Zongqi Chen <137198879+zongqichen@users.noreply.github.com> Date: Thu, 24 Oct 2024 11:10:59 +0200 Subject: [PATCH] Update changelog and version (#80) * udpate changelog and version * minor change of the CHANGELOG.md file --------- Co-authored-by: Albin Ramovic --- CHANGELOG.md | 24 +++++++++++++++---- package.json | 66 ++++++++++++++++++++++++++-------------------------- 2 files changed, 53 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adbe170..26d293b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,26 +4,42 @@ 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.1.0 (2024-10-24) + +### What's Changed + +* Use package name for product ORD IDs +* ORD.md documentation update +* cds version upgrade to 8 +* Omit the consumption bundles creation +* Add Unit tests +* Extend custom ORD content +* Extend @ORD.Extensions +* Custom ORD content update +* Disclaimer: metadata access is currently open access + +**Full Changelog**: + ## Version 1.0.3 ### Fixed -- Bug fixes. +* Bug fixes. ## Version 1.0.2 ### Fixed -- Updating readme. +* Updating readme. ## Version 1.0.1 ### Fixed -- Updating the entry point for the plugin. +* Updating the entry point for the plugin. ## Version 1.0.0 ### Added -- Initial release that enables generation of ORD document for CAP based applications. +* Initial release that enables generation of ORD document for CAP based applications. diff --git a/package.json b/package.json index 0b190b0..4baa603 100644 --- a/package.json +++ b/package.json @@ -1,34 +1,34 @@ { - "name": "@cap-js/ord", - "version": "1.0.3", - "description": "CAP Plugin for generating ORD document.", - "repository": "cap-js/ord", - "author": "SAP SE (https://www.sap.com)", - "homepage": "https://cap.cloud.sap/", - "license": "SEE LICENSE IN LICENSE", - "main": "cds-plugin.js", - "files": [ - "lib", - "data", - "LICENSES" - ], - "scripts": { - "lint": "npx eslint .", - "test": "jest --ci --collectCoverage", - "update-snapshot": "jest --ci --updateSnapshot", - "cds:version": "cds v -i" - }, - "devDependencies": { - "eslint": "^8", - "jest": "^29.7.0" - }, - "peerDependencies": { - "@cap-js/asyncapi": "^1.0.0", - "@cap-js/openapi": "^1.0.2", - "@sap/cds": "^8.1.1", - "@sap/cds-compiler": "5.0.6" - }, - "dependencies": { - "lodash": "^4.17.21" - } -} + "name": "@cap-js/ord", + "version": "1.1.0", + "description": "CAP Plugin for generating ORD document.", + "repository": "cap-js/ord", + "author": "SAP SE (https://www.sap.com)", + "homepage": "https://cap.cloud.sap/", + "license": "SEE LICENSE IN LICENSE", + "main": "cds-plugin.js", + "files": [ + "lib", + "data", + "LICENSES" + ], + "scripts": { + "lint": "npx eslint .", + "test": "jest --ci --collectCoverage", + "update-snapshot": "jest --ci --updateSnapshot", + "cds:version": "cds v -i" + }, + "devDependencies": { + "eslint": "^8", + "jest": "^29.7.0" + }, + "peerDependencies": { + "@cap-js/asyncapi": "^1.0.0", + "@cap-js/openapi": "^1.0.2", + "@sap/cds": "^8.1.1", + "@sap/cds-compiler": "5.0.6" + }, + "dependencies": { + "lodash": "^4.17.21" + } +} \ No newline at end of file