Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into tabris87-patch-1-w…
Browse files Browse the repository at this point in the history
…orkflows
  • Loading branch information
tabris87 committed Feb 29, 2024
2 parents 4305732 + 5317c42 commit 84d6caa
Show file tree
Hide file tree
Showing 5 changed files with 10,827 additions and 7,454 deletions.
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx commitlint --edit
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 0.3.1 (2024-02-28)

## 0.3.0 (2024-02-26)


### Features

* Refactoring of the code page to contain a folder-like left side drawer ([4f74f3d](https://github.com/ui5-community/ui5-journey-recorder/commit/4f74f3d9d0e75c51e924708ee2d638fe58bb6ba2))


### Bug Fixes

* bad open method string ([5eb7976](https://github.com/ui5-community/ui5-journey-recorder/commit/5eb7976e9e35b0e137fcb82c2712b1a73f3c17c1))

## 0.2.0 (2022-10-17)


### Features

* wdi5 code generator ([#17](https://github.com/ui5-community/ui5-journey-recorder/issues/17)) ([51c83ea](https://github.com/ui5-community/ui5-journey-recorder/commit/51c83ea0b6ba6bcced382a827be5250c879aaebd))
6 changes: 6 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
"body-leading-blank": [0]
}
};
Loading

0 comments on commit 84d6caa

Please sign in to comment.