Skip to content

Commit

Permalink
chore: release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 18, 2023
1 parent f1622e3 commit eb24b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
16 changes: 1 addition & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,51 +7,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 2.1.0 - 2023-05-18
### Added

- filter instead of CountFilter for find method in core and artifact service
- config service
- custom logger passes to request.core.ts for Axios error
- grants model

### Changed

- find method return type in core and artifact service
- level-up required arguments from objects in the core and artifact service
- objectify unrequited fields in the request core
- artifact model file name from artifact-model.ts to artifact.model.ts

### Fixed

- HTTP put method null as data error

## 2.0.0 - 2023-05-10

### Added

- method-input interface
- artifact model
- artifact types

### Changed

- move base interface to base folder
- remove `replacementCharacter`
- remove count from locationsService
- change methods input form `stack` to `object`

### Removed

- remove unused schema file

### Fixed

- overwrite artifactsService

## 1.6.1 - 2023-05-09

### Added

- Notification
- notifier
- interface, model, service
Expand All @@ -61,9 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- interface, model, service

## 1.6.0 - 2023-05-02

### Added

- `updateMetadataById` to fix metadata update (without effecting other keys in metadata)

## 1.5.2 - 2023-04-26
Expand All @@ -85,12 +74,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## 1.3.1 - 2023-03-16

## 1.3.0 - 2023-03-16

### Added

- Exception handling
- `infrastructure` directory to keep SDK internal stuff (helpers, utils, enum etc)

### Fixed

- Require the `options` parameter
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rahkarsanat/kiz-sdk",
"version": "2.0.0",
"version": "2.1.0",
"description": "kiz platform sdk",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit eb24b7d

Please sign in to comment.