Skip to content

Commit

Permalink
Bumping version to 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
witnessmenow committed Apr 28, 2016
1 parent 0293cb4 commit f66c594
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: node_js
before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi

node_js:
- "4.4.2"
- "4"
- "5"
- "stable"
Expand All @@ -14,3 +13,4 @@ script:
- npm run lint
- npm run test
- npm run prepublish
- npm run bundle-js
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.0.19] - 2016-04-28

- No Issue: Adding a bundle-js build step to create browser compatible chat-template.js (witnessmenow)

## [0.0.18] - 2016-04-27

- No Issue: Fixed chats not looping back around (Paul.O'Flaherty)
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": "chat-template",
"version": "0.0.18",
"version": "0.0.19",
"description": "Chat-Template is a React component that enables quick prototyping of bot conversations.",
"repository": {
"type": "git",
Expand Down

0 comments on commit f66c594

Please sign in to comment.