Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moinism committed Jul 16, 2017
1 parent 06469d8 commit a7dd6db
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .bumpedrc
Expand Up @@ -13,12 +13,9 @@ plugins:
Committing new version:
plugin: bumped-terminal
command: 'git add --all && git commit -m "Release $newVersion"'
Detecting problems before publish:
plugin: bumped-terminal
command: 'git-dirty'
Publishing tag to GitHub:
plugin: bumped-terminal
command: 'git tag $newVersion && git push && git push --tags'
command: 'git tag $newVersion && git push origin master && git push --tags'
Publishing to NPM:
plugin: bumped-terminal
command: npm publish
31 changes: 31 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,34 @@
<a name="0.3.1"></a>
## 0.3.1 (2017-07-16)

* added 'loading' to message object ([6d52547](https://github.com/moinism/botui/commit/6d52547))
* added bumped ([912ff88](https://github.com/moinism/botui/commit/912ff88))
* added eg. URL ([8d95e9b](https://github.com/moinism/botui/commit/8d95e9b))
* added embed support ([8b9b1d8](https://github.com/moinism/botui/commit/8b9b1d8))
* added icon support and cssClass ([8560b71](https://github.com/moinism/botui/commit/8560b71))
* Added icon support with text ([b9d434f](https://github.com/moinism/botui/commit/b9d434f))
* added preview ([70e38fa](https://github.com/moinism/botui/commit/70e38fa))
* bit of change ([0c0b228](https://github.com/moinism/botui/commit/0c0b228))
* Code of conduct ([358a12a](https://github.com/moinism/botui/commit/358a12a))
* Contribute ([7684689](https://github.com/moinism/botui/commit/7684689))
* escape quotes ([cff977c](https://github.com/moinism/botui/commit/cff977c))
* first ([a22d4d4](https://github.com/moinism/botui/commit/a22d4d4))
* fixed issue #3 ([00e8a83](https://github.com/moinism/botui/commit/00e8a83)), closes [#3](https://github.com/moinism/botui/issues/3)
* Initial commit ([6b8c625](https://github.com/moinism/botui/commit/6b8c625))
* license linked ([4b87ba3](https://github.com/moinism/botui/commit/4b87ba3))
* link, image support + mod structure ([79dc3ed](https://github.com/moinism/botui/commit/79dc3ed))
* markdown parsing on insertion only ([1ed9849](https://github.com/moinism/botui/commit/1ed9849))
* messages also accept string instead of object ([ef241ec](https://github.com/moinism/botui/commit/ef241ec))
* Readme added ([7951729](https://github.com/moinism/botui/commit/7951729))
* Release 0.3.1 ([06469d8](https://github.com/moinism/botui/commit/06469d8))
* removed nested styling ([d3d9a39](https://github.com/moinism/botui/commit/d3d9a39))
* some style changes ([2086886](https://github.com/moinism/botui/commit/2086886))
* type ([6954a9c](https://github.com/moinism/botui/commit/6954a9c))
* verion bump ([a957d28](https://github.com/moinism/botui/commit/a957d28))
* proposal: add loading dots animation to message ([e3fc5d4](https://github.com/moinism/botui/commit/e3fc5d4))



<a name="0.3.1"></a>
## 0.3.1 (2017-07-16)

Expand Down

0 comments on commit a7dd6db

Please sign in to comment.