Skip to content

Commit

Permalink
release version update
Browse files Browse the repository at this point in the history
  • Loading branch information
RoshniNaveenaS committed Jul 25, 2024
1 parent bca1890 commit 29dc199
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

## Version 1.0.2

### Fixed

- Updating readme.

## Version 1.0.1

### Fixed
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cap-js/ord",
"version": "1.0.1",
"version": "1.0.2",
"description": "CAP Plugin for generating ORD document.",
"repository": "cap-js/ord",
"author": "SAP SE (https://www.sap.com)",
Expand All @@ -19,7 +19,8 @@
"eslint": "^8"
},
"peerDependencies": {
"@sap/cds": ">=7.6",
"@sap/cds": "7.9.4",
"@sap/cds-compiler" : "5.0.6",
"@cap-js/asyncapi": "^1.0.0",
"@cap-js/openapi": "^1.0.2"
}
Expand Down

0 comments on commit 29dc199

Please sign in to comment.