Skip to content

Commit

Permalink
chore(release): 1.17.0 [skip ci]
Browse files Browse the repository at this point in the history
# @qiwi/substrate-abstract [1.17.0](https://github.com/qiwi/substrate/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2019-11-28)

### Features

* add aliases for abstracts ([d453d31](d453d31)), closes [#15](#15)
* expose types and ifaces without T/I prefixes ([6238bda](6238bda)), closes [#15](#15)

### Dependencies

* **@qiwi/substrate-types:** upgraded to 1.18.0
  • Loading branch information
qiwibot committed Nov 28, 2019
1 parent b5385cc commit b4e26a5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/abstract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# @qiwi/substrate-abstract [1.17.0](https://github.com/qiwi/substrate/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2019-11-28)


### Features

* add aliases for abstracts ([d453d31](https://github.com/qiwi/substrate/commit/d453d31ef32306ded9e4243cfe9f2fe4ecd7ff92)), closes [#15](https://github.com/qiwi/substrate/issues/15)
* expose types and ifaces without T/I prefixes ([6238bda](https://github.com/qiwi/substrate/commit/6238bda7bbc13ecee620b8f1ebead1f6605a9b8c)), closes [#15](https://github.com/qiwi/substrate/issues/15)





### Dependencies

* **@qiwi/substrate-types:** upgraded to 1.18.0

## @qiwi/substrate-abstract [1.16.4](https://github.com/qiwi/substrate/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2019-11-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/abstract/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qiwi/substrate-abstract",
"description": "Abstract classes",
"version": "1.16.4",
"version": "1.17.0",
"main": "target/es5/index.js",
"source": "target/ts/index.ts",
"types": "target/es5/index.d.ts",
Expand Down

0 comments on commit b4e26a5

Please sign in to comment.