diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dcdb22..41bc1e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.15 (2024-09-03) + +This was a version bump only, there were no code changes. + ## 0.4.14 (2024-09-03) This was a version bump only, there were no code changes. diff --git a/package-lock.json b/package-lock.json index e3a08e6..442b6ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21738,7 +21738,7 @@ }, "packages/bind-hdi": { "name": "@sapops/bind-hdi", - "version": "0.4.14", + "version": "0.4.15", "dependencies": { "@commander-js/extra-typings": "^12", "@fastify/deepmerge": "^2" @@ -21760,7 +21760,7 @@ } }, "packages/cdsgen": { - "version": "0.4.14", + "version": "0.4.15", "dependencies": { "@moostjs/event-cli": "^0.4.19", "case-anything": "^3.1.0", @@ -21779,7 +21779,7 @@ "extraneous": true }, "packages/hana2cds": { - "version": "0.4.14", + "version": "0.4.15", "dependencies": { "@sap/cds": "^8", "commander": "^12" diff --git a/packages/bind-hdi/CHANGELOG.md b/packages/bind-hdi/CHANGELOG.md index cbefe8f..f44a97e 100644 --- a/packages/bind-hdi/CHANGELOG.md +++ b/packages/bind-hdi/CHANGELOG.md @@ -6,6 +6,8 @@ + + ## 0.4.10 (2024-09-03) This was a version bump only for bind-hdi to align it with other projects, there were no code changes. diff --git a/packages/bind-hdi/package.json b/packages/bind-hdi/package.json index 9817a22..0af390b 100644 --- a/packages/bind-hdi/package.json +++ b/packages/bind-hdi/package.json @@ -1,6 +1,6 @@ { "name": "@sapops/bind-hdi", - "version": "0.4.14", + "version": "0.4.15", "type": "commonjs", "bin": { "bind-hdi": "src/bin/run.ts" diff --git a/packages/cdsgen/package.json b/packages/cdsgen/package.json index e506344..f4e1d00 100644 --- a/packages/cdsgen/package.json +++ b/packages/cdsgen/package.json @@ -1,6 +1,6 @@ { "name": "cdsgen", - "version": "0.4.14", + "version": "0.4.15", "dependencies": { "@moostjs/event-cli": "^0.4.19", "moost": "^0.4.19", diff --git a/packages/hana2cds/CHANGELOG.md b/packages/hana2cds/CHANGELOG.md index 37dad8f..75d811f 100644 --- a/packages/hana2cds/CHANGELOG.md +++ b/packages/hana2cds/CHANGELOG.md @@ -6,6 +6,8 @@ + + ## 0.4.10 (2024-09-03) This was a version bump only for hana2cds to align it with other projects, there were no code changes. diff --git a/packages/hana2cds/package.json b/packages/hana2cds/package.json index 4a9f609..fd3a979 100644 --- a/packages/hana2cds/package.json +++ b/packages/hana2cds/package.json @@ -1,6 +1,6 @@ { "name": "hana2cds", - "version": "0.4.14", + "version": "0.4.15", "type": "commonjs", "bin": { "hana2cds": "src/bin/run.ts"