@cap-js/change-tracking 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
  This project adheres to [Semantic Versioning](http://semver.org/).
5
5
  The format is based on [Keep a Changelog](http://keepachangelog.com/).
6
6
 
7
+ ## Version 1.0.2 - 31.10.23
8
+
9
+ ### Changed
10
+
11
+ - In README, use view of the full change-tracking table instead of the customized one for the main image.
12
+
7
13
  ## Version 1.0.1 - 26.10.23
8
14
 
15
+ ### Changed
16
+
17
+ - Flattened README structure.
18
+
9
19
  ### Fixed
10
20
 
11
21
  - Labels are looked up from the service entity (not the db entity only).
package/README.md CHANGED
@@ -8,7 +8,7 @@ The `@cap-js/change-tracking` package is a [CDS plugin](https://cap.cloud.sap/do
8
8
  2. [Add `@changelog` annotations to your CDS models](#annotations)
9
9
  3. [Et voilà:](#change-history-view)
10
10
 
11
- <img width="1300" alt="change-history-custom" src="_assets/changes-custom.png">
11
+ <img width="1300" alt="change-history-custom" src="_assets/changes.png">
12
12
 
13
13
 
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cap-js/change-tracking",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "CDS plugin providing out-of-the box support for automatic capturing, storing, and viewing of the change records of modeled entities.",
5
5
  "repository": "cap-js/change-tracking",
6
6
  "author": "SAP SE (https://www.sap.com)",