Skip to content

Commit

Permalink
chore(release): 2.0.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-alpha.1](v1.4.3...v2.0.0-alpha.1) (2021-12-24)

### Bug Fixes

* cache node_modules between jobs ([0a9490a](0a9490a))
* disable husky hooks in CI ([4919d54](4919d54))
* eslint rule ([e097134](e097134))
* move legacy code to separate directory ([b38248c](b38248c))
* move to axios ([438f7c6](438f7c6))
* remove prettier ([6bf0f24](6bf0f24))
* remove unused test module ([4e90a92](4e90a92))
* update ts-proto ([a20a650](a20a650))
* use bot's name/email for pushing release commits ([3b2553a](3b2553a))
* use bot's token for pushing release commits ([76cf6e7](76cf6e7))

### Features

* added git submodule with yandex cloud api specs ([7916612](7916612))
* endpoints list for all available service clients ([78c2355](78c2355))
* generate exports for all entities in cloud api ([5136bb5](5136bb5))
* operation utilities ([e82e279](e82e279))
* regenerate code with new ts-proto ([1e2dcc2](1e2dcc2))
* remove old generated code ([a5ecb33](a5ecb33))
* remove unused legacy code and dependencies ([3d3a6f2](3d3a6f2))
* restructure directories ([55bf685](55bf685))
* reworked examples ([2875275](2875275))
* rewrite index module in ts ([99e8ba8](99e8ba8))
* session class ([826e6de](826e6de))
* token services ([8b730df](8b730df))
* tool for code generation ([b463cf8](b463cf8))

### BREAKING CHANGES

* removed some useless classes
* changed API of Session
* changed API of service clients
  • Loading branch information
yandex-cloud-bot committed Dec 24, 2021
1 parent ad72226 commit 9846795
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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": "yandex-cloud",
"version": "1.4.3",
"version": "2.0.0-alpha.1",
"description": "Yandex Cloud SDK",
"keywords": [
"yandex-cloud",
Expand Down

0 comments on commit 9846795

Please sign in to comment.