Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Mar 14, 2023
1 parent abc4ade commit eb5ae11
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.1.0](https://github.com/SchwarzIT/sci-rest-client/compare/v1.0.1...v1.1.0) (2023-03-14)


### Features

* **SCIRestClient:** add public method for determining the artifact type from the artifacts manifest file ([abc4ade](https://github.com/SchwarzIT/sci-rest-client/commit/abc4adebf48e68b11a0e9c74fd2271e3924f80cf))
* **SCIRestClient:** add public method to check whether an API action is supported for the given artifact directory ([abc4ade](https://github.com/SchwarzIT/sci-rest-client/commit/abc4adebf48e68b11a0e9c74fd2271e3924f80cf))
* **SCIRestClient:** add public methods getArtifactType and isActionSupported ([#16](https://github.com/SchwarzIT/sci-rest-client/issues/16)) ([abc4ade](https://github.com/SchwarzIT/sci-rest-client/commit/abc4adebf48e68b11a0e9c74fd2271e3924f80cf))

## [1.0.1](https://github.com/SchwarzIT/sci-rest-client/compare/v1.0.0...v1.0.1) (2023-03-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sci-rest-client",
"version": "1.0.1",
"version": "1.1.0",
"description": "NodeJS based client for the SAP Cloud Integration REST API",
"contributors": [
{
Expand Down

0 comments on commit eb5ae11

Please sign in to comment.