Skip to content

Commit

Permalink
chore(release): 4.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rburson committed Dec 11, 2018
1 parent c56f3c5 commit 00aa25c
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.27.0"></a>
# [4.27.0](https://github.com/catavolt-oss/cv-dialog-sdk/compare/v4.26.13...v4.27.0) (2018-12-11)


### Features

* get column by property name ([c56f3c5](https://github.com/catavolt-oss/cv-dialog-sdk/commit/c56f3c5))



<a name="4.26.13"></a>
## [4.26.13](https://github.com/catavolt-oss/cv-dialog-sdk/compare/v4.26.12...v4.26.13) (2018-12-06)

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.12&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.13&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.13",
"version": "4.27.0",
"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.12';
export const CATAVOLT_SDK_VERSION:string = '4.26.13';

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

0 comments on commit 00aa25c

Please sign in to comment.