Skip to content

Commit

Permalink
chore(release): 1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Radchenko committed Feb 20, 2017
1 parent 1811d51 commit e7b942d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
@@ -1,3 +1,19 @@
# Change Log

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="1.9.5"></a>
## [1.9.5](https://github.com/Strider-CD/strider/compare/v1.9.3...v1.9.5) (2017-02-20)


### Bug Fixes

* cli use strict and semi ([a76bb0b](https://github.com/Strider-CD/strider/commit/a76bb0b))
* context server name was undefined ([8e5cb5c](https://github.com/Strider-CD/strider/commit/8e5cb5c))
* log error if bad mongo connection, resolves [#997](https://github.com/Strider-CD/strider/issues/997) ([04cdefb](https://github.com/Strider-CD/strider/commit/04cdefb))



# Changelog / Past releases

## 1.9.2 - 2016-09-13
Expand Down Expand Up @@ -216,4 +232,3 @@ Major refactor, almost everything has changed:
## 1.3 [milestone](https://github.com/Strider-CD/strider/issues?milestone=2)
- This seems like ages ago...
- Records are blurry back here - look at the git log for information.

4 changes: 2 additions & 2 deletions bower.json
@@ -1,6 +1,6 @@
{
"name": "strider",
"version": "1.6.6",
"version": "1.9.5",
"private": true,
"dependencies": {
"bootstrap": "~2.3.2",
Expand All @@ -10,7 +10,7 @@
"codemirror": "3.18.0",
"jquery-timeago": "1.3.0"
},
"install" : {
"install": {
"base": "vendor",
"path": {
"js": "{name}/js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "strider",
"version": "1.9.4",
"version": "1.9.5",
"bin": {
"strider": "bin/strider"
},
Expand Down

0 comments on commit e7b942d

Please sign in to comment.