Skip to content

Commit 06469d8

Browse files
committed
Release 0.3.1
1 parent 6954a9c commit 06469d8

File tree

5 files changed

+37
-7
lines changed

5 files changed

+37
-7
lines changed

.bumpedrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins:
77
postrelease:
88
Building:
99
plugin: bumped-terminal
10-
command: 'NODE_ENV=production gulp build'
10+
command: 'NODE_ENV=production gulp'
1111
Generating CHANGELOG file:
1212
plugin: bumped-changelog
1313
Committing new version:

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<a name="0.3.1"></a>
2+
## 0.3.1 (2017-07-16)
3+
4+
* added 'loading' to message object ([6d52547](https://github.com/moinism/botui/commit/6d52547))
5+
* added bumped ([912ff88](https://github.com/moinism/botui/commit/912ff88))
6+
* added eg. URL ([8d95e9b](https://github.com/moinism/botui/commit/8d95e9b))
7+
* added embed support ([8b9b1d8](https://github.com/moinism/botui/commit/8b9b1d8))
8+
* added icon support and cssClass ([8560b71](https://github.com/moinism/botui/commit/8560b71))
9+
* Added icon support with text ([b9d434f](https://github.com/moinism/botui/commit/b9d434f))
10+
* added preview ([70e38fa](https://github.com/moinism/botui/commit/70e38fa))
11+
* bit of change ([0c0b228](https://github.com/moinism/botui/commit/0c0b228))
12+
* Code of conduct ([358a12a](https://github.com/moinism/botui/commit/358a12a))
13+
* Contribute ([7684689](https://github.com/moinism/botui/commit/7684689))
14+
* escape quotes ([cff977c](https://github.com/moinism/botui/commit/cff977c))
15+
* first ([a22d4d4](https://github.com/moinism/botui/commit/a22d4d4))
16+
* fixed issue #3 ([00e8a83](https://github.com/moinism/botui/commit/00e8a83)), closes [#3](https://github.com/moinism/botui/issues/3)
17+
* Initial commit ([6b8c625](https://github.com/moinism/botui/commit/6b8c625))
18+
* license linked ([4b87ba3](https://github.com/moinism/botui/commit/4b87ba3))
19+
* link, image support + mod structure ([79dc3ed](https://github.com/moinism/botui/commit/79dc3ed))
20+
* markdown parsing on insertion only ([1ed9849](https://github.com/moinism/botui/commit/1ed9849))
21+
* messages also accept string instead of object ([ef241ec](https://github.com/moinism/botui/commit/ef241ec))
22+
* Readme added ([7951729](https://github.com/moinism/botui/commit/7951729))
23+
* removed nested styling ([d3d9a39](https://github.com/moinism/botui/commit/d3d9a39))
24+
* some style changes ([2086886](https://github.com/moinism/botui/commit/2086886))
25+
* type ([6954a9c](https://github.com/moinism/botui/commit/6954a9c))
26+
* verion bump ([a957d28](https://github.com/moinism/botui/commit/a957d28))
27+
* proposal: add loading dots animation to message ([e3fc5d4](https://github.com/moinism/botui/commit/e3fc5d4))
28+
29+
30+

build/botui.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* botui 0.3.0
2+
* botui 0.3.1
33
* A JS library to build the UI for your bot
44
* https://botui.org
55
*
6-
* Copyright 2017, Moin Uddin (https://moin.im)
6+
* Copyright 2017, [object Object]
77
* Released under the MIT license.
88
*/
99

build/botui.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/botui.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)