Skip to content

Commit e9709a9

Browse files
committed
chore(release): publish 0.4.13
1 parent a1fbd44 commit e9709a9

File tree

8 files changed

+15
-7
lines changed

8 files changed

+15
-7
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.13 (2024-09-03)
2+
3+
This was a version bump only, there were no code changes.
4+
15
## 0.4.12 (2024-09-03)
26

37
This was a version bump only, there were no code changes.

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bind-hdi/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33

44

5+
6+
57
## 0.4.10 (2024-09-03)
68

79
This was a version bump only for bind-hdi to align it with other projects, there were no code changes.

packages/bind-hdi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sapops/bind-hdi",
3-
"version": "0.4.12",
3+
"version": "0.4.13",
44
"type": "commonjs",
55
"bin": {
66
"bind-hdi": "src/bin/run.ts"

packages/cdsgen/CHANGELOG.md

Whitespace-only changes.

packages/cdsgen/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdsgen",
3-
"version": "0.0.1",
3+
"version": "0.4.13",
44
"dependencies": {
55
"@moostjs/event-cli": "^0.4.19",
66
"moost": "^0.4.19",
@@ -19,4 +19,4 @@
1919
"url": "git+https://github.com/sapops/hana-cli.git",
2020
"directory": "packages/cdsgen"
2121
}
22-
}
22+
}

packages/hana2cds/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33

44

5+
6+
57
## 0.4.10 (2024-09-03)
68

79
This was a version bump only for hana2cds to align it with other projects, there were no code changes.

packages/hana2cds/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hana2cds",
3-
"version": "0.4.12",
3+
"version": "0.4.13",
44
"type": "commonjs",
55
"bin": {
66
"hana2cds": "src/bin/run.ts"

0 commit comments

Comments
 (0)