Skip to content

Commit 1b8531c

Browse files
authored
chore: set version to 1.2.0
* set plugin version to 1.2.0 * whats changed
1 parent b4faec2 commit 1b8531c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

7+
## 1.2.0 (2024-11-18)
8+
9+
### What's Changed
10+
11+
* Version of ORD document generation
12+
* API short description
13+
* Default lastUpdate and consumptionBundles properties
14+
* Filtering of resources based on visibility
15+
* Added Unit tests
16+
* Added logger
17+
718
## 1.1.0 (2024-10-24)
819

920
### What's Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cap-js/ord",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "CAP Plugin for generating ORD document.",
55
"repository": "cap-js/ord",
66
"author": "SAP SE (https://www.sap.com)",

0 commit comments

Comments
 (0)