Skip to content

Commit

Permalink
Merge pull request #50 from fletcherist/bump-vesrion
Browse files Browse the repository at this point in the history
1.4.2
  • Loading branch information
fletcherist authored Jul 15, 2018
2 parents 91c8d23 + 7deac05 commit 875e4f5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 38 deletions.
59 changes: 22 additions & 37 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,69 +1,54 @@
<a name="1.3.6"></a>
## [1.3.6](https:/fletcherist/yandex-dialogs-sdk/compare/v1.3.5...v1.3.6) (2018-07-11)


### Bug Fixes

* TYPE_FIGURE excluded from Commands._strings() ([f1f5779](https:/fletcherist/yandex-dialogs-sdk/commit/f1f5779))
* wrong case sensitive path './Command' ([f2ea4ea](https:/fletcherist/yandex-dialogs-sdk/commit/f2ea4ea))


### Features

* add match docs ([c0cac58](https:/fletcherist/yandex-dialogs-sdk/commit/c0cac58))



<a name="1.3.4"></a>
## [1.3.4](https:/fletcherist/yandex-dialogs-sdk/compare/v1.3.2...v1.3.4) (2018-07-08)
<a name="1.4.2"></a>
## [1.4.2](https:/fletcherist/yandex-dialogs-sdk/compare/v1.3.6...v1.4.2) (2018-07-15)


### Bug Fixes

* bug with commands (array) ([8cac580](https:/fletcherist/yandex-dialogs-sdk/commit/8cac580))
* middlewares in scenes ([9b1cbf5](https:/fletcherist/yandex-dialogs-sdk/commit/9b1cbf5))
* package.json ([169a818](https:/fletcherist/yandex-dialogs-sdk/commit/169a818))


### Features

* add guess number game to examples ([3d34c26](https:/fletcherist/yandex-dialogs-sdk/commit/3d34c26))
* add youtube link to readme ([31c8328](https:/fletcherist/yandex-dialogs-sdk/commit/31c8328))
* Implement matcher type ([05f174d](https:/fletcherist/yandex-dialogs-sdk/commit/05f174d))
* Implement search against matchers ([e7340c9](https:/fletcherist/yandex-dialogs-sdk/commit/e7340c9))



<a name="1.3.2"></a>
## [1.3.2](https:/fletcherist/yandex-dialogs-sdk/compare/v1.2.1...v1.3.2) (2018-07-08)


### Bug Fixes

* bug with generate request func ([570b23c](https:/fletcherist/yandex-dialogs-sdk/commit/570b23c))
* bug with number ([0abbf1c](https:/fletcherist/yandex-dialogs-sdk/commit/0abbf1c))
* button.d.ts error ([44ff44b](https:/fletcherist/yandex-dialogs-sdk/commit/44ff44b))
* ctx types ([ff44115](https:/fletcherist/yandex-dialogs-sdk/commit/ff44115))
* fixed replyBuilder types ([72d2814](https:/fletcherist/yandex-dialogs-sdk/commit/72d2814))
* invalid import replyBuilder ([c98f048](https:/fletcherist/yandex-dialogs-sdk/commit/c98f048))
* middlewares in scenes ([9b1cbf5](https:/fletcherist/yandex-dialogs-sdk/commit/9b1cbf5))
* package.json ([169a818](https:/fletcherist/yandex-dialogs-sdk/commit/169a818))
* reconfigure jest ([31f5b72](https:/fletcherist/yandex-dialogs-sdk/commit/31f5b72))
* remove unnesessary files ([c9f778f](https:/fletcherist/yandex-dialogs-sdk/commit/c9f778f))
* session types ([a646c47](https:/fletcherist/yandex-dialogs-sdk/commit/a646c47))
* tests ([86e6d3a](https:/fletcherist/yandex-dialogs-sdk/commit/86e6d3a))
* TYPE_FIGURE excluded from Commands._strings() ([f1f5779](https:/fletcherist/yandex-dialogs-sdk/commit/f1f5779))
* types in alice.ts ([2a4e266](https:/fletcherist/yandex-dialogs-sdk/commit/2a4e266))
* typos in tests, ctx and main ([0c55743](https:/fletcherist/yandex-dialogs-sdk/commit/0c55743))
* uncomment executor ([37f1ebd](https:/fletcherist/yandex-dialogs-sdk/commit/37f1ebd))
* wrong case sensitive path './Command' ([f2ea4ea](https:/fletcherist/yandex-dialogs-sdk/commit/f2ea4ea))


### Features

* add guess number game to examples ([3d34c26](https:/fletcherist/yandex-dialogs-sdk/commit/3d34c26))
* add match docs ([c0cac58](https:/fletcherist/yandex-dialogs-sdk/commit/c0cac58))
* add types, implement confirm middleware draft ([527c715](https:/fletcherist/yandex-dialogs-sdk/commit/527c715))
* add webhook request/response types ([cee8ec7](https:/fletcherist/yandex-dialogs-sdk/commit/cee8ec7))
* add youtube link to readme ([31c8328](https:/fletcherist/yandex-dialogs-sdk/commit/31c8328))
* added another project into readme ([09c04f8](https:/fletcherist/yandex-dialogs-sdk/commit/09c04f8))
* fix default callback null ([21a0117](https:/fletcherist/yandex-dialogs-sdk/commit/21a0117))
* implement aliceStateMiddleware ([ca4cd35](https:/fletcherist/yandex-dialogs-sdk/commit/ca4cd35))
* implement bigimage, listitems cards ([34d1d18](https:/fletcherist/yandex-dialogs-sdk/commit/34d1d18))
* implement footer, header ([d9f6945](https:/fletcherist/yandex-dialogs-sdk/commit/d9f6945))
* Implement matcher type ([05f174d](https:/fletcherist/yandex-dialogs-sdk/commit/05f174d))
* implement middlewares logic ([4b3c1b1](https:/fletcherist/yandex-dialogs-sdk/commit/4b3c1b1))
* implement modules' interfaces ([c285250](https:/fletcherist/yandex-dialogs-sdk/commit/c285250))
* implement proxy fn ([bf2a0cc](https:/fletcherist/yandex-dialogs-sdk/commit/bf2a0cc))
* implement replyWithImage method ([e806902](https:/fletcherist/yandex-dialogs-sdk/commit/e806902))
* Implement search against matchers ([e7340c9](https:/fletcherist/yandex-dialogs-sdk/commit/e7340c9))
* implement timeout expired response ([d853700](https:/fletcherist/yandex-dialogs-sdk/commit/d853700))
* implement typescript support, change file extension names to ts, fix few types ([6dd23b1](https:/fletcherist/yandex-dialogs-sdk/commit/6dd23b1))
* implement uploadImage & getImages methods() ([040ef0c](https:/fletcherist/yandex-dialogs-sdk/commit/040ef0c))
* improve alice.ts ([4afa771](https:/fletcherist/yandex-dialogs-sdk/commit/4afa771))
* improve applyMiddlewares mechanism ([6991279](https:/fletcherist/yandex-dialogs-sdk/commit/6991279))
* refactoring ([957c750](https:/fletcherist/yandex-dialogs-sdk/commit/957c750))
* refactoring dev proxy ([cece2bd](https:/fletcherist/yandex-dialogs-sdk/commit/cece2bd))
* update readme ([021ecbe](https:/fletcherist/yandex-dialogs-sdk/commit/021ecbe))
* update readme ([3692de1](https:/fletcherist/yandex-dialogs-sdk/commit/3692de1))

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": "yandex-dialogs-sdk",
"version": "1.3.6",
"version": "1.4.2",
"description": "Build your skill for Alice with ease.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 875e4f5

Please sign in to comment.