Skip to content

Commit

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

## Unreleased


## 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`

### Fixed
- overwrite artifactsService

### Removed

- remove unused schema file

### Fixed
- overwrite artifactsService

## 1.6.1 - 2023-05-09
### Added
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": "@rahkarsanat/kiz-sdk",
"version": "1.6.1",
"version": "2.0.0",
"description": "kiz platform sdk",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit a32a472

Please sign in to comment.