Skip to content

Commit

Permalink
chore(release): publish 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePlenkov committed Sep 5, 2024
1 parent efe378c commit 95e095e
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.5.0 (2024-09-05)


### 🩹 Fixes

- **hana2cds:** fixing nested query ([4cac2b1](https://github.com/sapops/hana-cli/commit/4cac2b1))
- **hana2cds:** remove schema name from the object name ([6198aac](https://github.com/sapops/hana-cli/commit/6198aac))

### ❤️ Thank You

- Petr Plenkov

## 0.4.17 (2024-09-05)

### 🩹 Fixes
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/bind-hdi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@







## 0.4.10 (2024-09-03)
Expand Down
2 changes: 1 addition & 1 deletion packages/bind-hdi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sapops/bind-hdi",
"version": "0.4.17",
"version": "0.5.0",
"type": "commonjs",
"bin": {
"bind-hdi": "src/bin/run.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/cdsgen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdsgen",
"version": "0.4.17",
"version": "0.5.0",
"dependencies": {
"@moostjs/event-cli": "^0.4.19",
"moost": "^0.4.19",
Expand Down
14 changes: 14 additions & 0 deletions packages/hana2cds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.5.0 (2024-09-05)


### 🩹 Fixes

- **hana2cds:** fixing nested query

- **hana2cds:** remove schema name from the object name


### ❤️ Thank You

- Petr Plenkov

## 0.4.17 (2024-09-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/hana2cds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hana2cds",
"version": "0.4.17",
"version": "0.5.0",
"type": "commonjs",
"bin": {
"hana2cds": "src/bin/run.ts"
Expand Down

0 comments on commit 95e095e

Please sign in to comment.