Skip to content

Commit

Permalink
chore(release): 4.26.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rburson committed Oct 3, 2018
1 parent 9e26de3 commit d3c017d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="4.26.7"></a>
## [4.26.7](https://github.com/catavolt-oss/cv-dialog-sdk/compare/v4.26.6...v4.26.7) (2018-10-03)


### Bug Fixes

* improved parsing of Date values ([9e26de3](https://github.com/catavolt-oss/cv-dialog-sdk/commit/9e26de3))



<a name="4.26.6"></a>
## [4.26.6](https://github.com/catavolt-oss/cv-dialog-sdk/compare/v4.26.5...v4.26.6) (2018-10-02)

Expand Down
2 changes: 1 addition & 1 deletion docs/cv-dialog-sdk/modules/_version_.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h2>Variables</h2>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module">
<a name="catavolt_sdk_version" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagConst">Const</span> CATAVOLT_<wbr>SDK_<wbr>VERSION</h3>
<div class="tsd-signature tsd-kind-icon">CATAVOLT_<wbr>SDK_<wbr>VERSION<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;4.26.5&quot;</span></div>
<div class="tsd-signature tsd-kind-icon">CATAVOLT_<wbr>SDK_<wbr>VERSION<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;4.26.6&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in version.ts:4</li>
Expand Down
2 changes: 1 addition & 1 deletion 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": "cv-dialog-sdk",
"version": "4.26.6",
"version": "4.26.7",
"description": "Catavolt Dialog Javascript API",
"main": "./src/js/catavolt.js",
"typings": "./src/tsd/catavolt.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/catavolt/version.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import moment from 'moment-timezone';
import {Catavolt} from "./dialog/Catavolt"

export const CATAVOLT_SDK_VERSION:string = '4.26.5';
export const CATAVOLT_SDK_VERSION:string = '4.26.6';

(()=>{
Catavolt.addStaticDeviceProp('catavoltSdkVersion', CATAVOLT_SDK_VERSION);
Expand Down

0 comments on commit d3c017d

Please sign in to comment.