Skip to content

Commit

Permalink
Release 3.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Nov 29, 2022
1 parent 3c3e93f commit 1006de8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v3.0.0-beta.1...HEAD).
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v3.0.0-beta.2...HEAD).

<a name="v3.0.0-beta.2"></a>
## [v3.0.0-beta.2] - 2022-11-29
### Features
- **MiddlewareUtil:** Add getProject/getDependencies/resourceFactory API to interface ([#547](https://github.com/SAP/ui5-server/issues/547)) [`ab28f78`](https://github.com/SAP/ui5-server/commit/ab28f789ba929ef1319b6e562267e9717cc9937b)


<a name="v3.0.0-beta.1"></a>
## [v3.0.0-beta.1] - 2022-11-07
Expand Down Expand Up @@ -293,6 +299,7 @@ Only Node.js v10 or higher is supported.
<a name="v0.0.1"></a>
## v0.0.1 - 2018-06-06

[v3.0.0-beta.2]: https://github.com/SAP/ui5-server/compare/v3.0.0-beta.1...v3.0.0-beta.2
[v3.0.0-beta.1]: https://github.com/SAP/ui5-server/compare/v3.0.0-alpha.4...v3.0.0-beta.1
[v3.0.0-alpha.4]: https://github.com/SAP/ui5-server/compare/v3.0.0-alpha.3...v3.0.0-alpha.4
[v3.0.0-alpha.3]: https://github.com/SAP/ui5-server/compare/v3.0.0-alpha.2...v3.0.0-alpha.3
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/server",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "UI5 Tooling - Server",
"author": {
"name": "SAP SE",
Expand Down

0 comments on commit 1006de8

Please sign in to comment.