Skip to content

Commit

Permalink
Release 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Aug 22, 2023
1 parent 1f8cfdf commit d46f0c3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
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-project/compare/v3.5.1...HEAD).
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v3.6.0...HEAD).

<a name="v3.6.0"></a>
## [v3.6.0] - 2023-08-22
### Features
- Add specVersion 3.1 and builder resource excludes for modules ([#639](https://github.com/SAP/ui5-project/issues/639)) [`2ac053e`](https://github.com/SAP/ui5-project/commit/2ac053ef299bbaf02e73e12e2876f301d2b07d1b)
- **AbstractResolver:** Resolve version ranges specifying major version only [`1f8cfdf`](https://github.com/SAP/ui5-project/commit/1f8cfdf3c72745904fbdceab049ae5d2cbf86b06)


<a name="v3.5.1"></a>
## [v3.5.1] - 2023-08-18
Expand Down Expand Up @@ -437,6 +444,7 @@ Renamed parameter "translator" of functions generateDependencyTree and generateP
## v0.0.1 - 2018-06-06
### Bug Fixes
- **npm t8r:** Fix collection fallback with missing package.json [`578466f`](https://github.com/SAP/ui5-project/commit/578466fdedf871091874c93d1a9305859e34e3ed)
[v3.6.0]: https://github.com/SAP/ui5-project/compare/v3.5.1...v3.6.0
[v3.5.1]: https://github.com/SAP/ui5-project/compare/v3.5.0...v3.5.1
[v3.5.0]: https://github.com/SAP/ui5-project/compare/v3.4.2...v3.5.0
[v3.4.2]: https://github.com/SAP/ui5-project/compare/v3.4.1...v3.4.2
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/project",
"version": "3.5.1",
"version": "3.6.0",
"description": "UI5 Tooling - Project ",
"author": {
"name": "SAP SE",
Expand Down

0 comments on commit d46f0c3

Please sign in to comment.