Skip to content

Commit

Permalink
Update changelog and version (#80)
Browse files Browse the repository at this point in the history
* udpate changelog and version

* minor change of the CHANGELOG.md file

---------

Co-authored-by: Albin Ramovic <[email protected]>
  • Loading branch information
zongqichen and aramovic79 authored Oct 24, 2024
1 parent f6f6873 commit 97e7fba
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 37 deletions.
24 changes: 20 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**: <https://github.com/cap-js/ord/compare/v1.0.3...v1.1.0>

## 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.
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 97e7fba

Please sign in to comment.