Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 1.0.0 #30

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [1.0.0](https://github.com/mauriciolauffer/openui5-smart-mockserver/compare/v0.3.1...v1.0.0) (2023-12-05)


### ⚠ BREAKING CHANGES

* Update to faker v8
* Use new sap.ui.core.Lib from v1.120.0

### Features

* Update to faker v8 ([9b2146f](https://github.com/mauriciolauffer/openui5-smart-mockserver/commit/9b2146f8056ee806767a5dbcdbda49769696708b))
* Use new sap.ui.core.Lib from v1.120.0 ([2f1a174](https://github.com/mauriciolauffer/openui5-smart-mockserver/commit/2f1a174bae922284d50a78cfbee0e48f593446f5))
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": "openui5-smart-mockserver",
"version": "0.3.1",
"version": "1.0.0",
"description": "An extended version of UI5 MockServer which generates meaningful mock data.",
"homepage": "https://github.com/mauriciolauffer/openui5-smart-mockserver#readme",
"author": "Mauricio Lauffer",
Expand Down
Loading