Skip to content

Commit e7b942d

Browse files
author
Ilya Radchenko
committed
chore(release): 1.9.5
1 parent 1811d51 commit e7b942d

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="1.9.5"></a>
6+
## [1.9.5](https://github.com/Strider-CD/strider/compare/v1.9.3...v1.9.5) (2017-02-20)
7+
8+
9+
### Bug Fixes
10+
11+
* cli use strict and semi ([a76bb0b](https://github.com/Strider-CD/strider/commit/a76bb0b))
12+
* context server name was undefined ([8e5cb5c](https://github.com/Strider-CD/strider/commit/8e5cb5c))
13+
* 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))
14+
15+
16+
117
# Changelog / Past releases
218

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

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strider",
3-
"version": "1.6.6",
3+
"version": "1.9.5",
44
"private": true,
55
"dependencies": {
66
"bootstrap": "~2.3.2",
@@ -10,7 +10,7 @@
1010
"codemirror": "3.18.0",
1111
"jquery-timeago": "1.3.0"
1212
},
13-
"install" : {
13+
"install": {
1414
"base": "vendor",
1515
"path": {
1616
"js": "{name}/js",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strider",
3-
"version": "1.9.4",
3+
"version": "1.9.5",
44
"bin": {
55
"strider": "bin/strider"
66
},

0 commit comments

Comments
 (0)