diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f773bffe..36b438348 100644 --- a/CHANGELOG.md +++ b/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. + + +## [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 @@ -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. - diff --git a/bower.json b/bower.json index 28a6c3348..f1423f176 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "strider", - "version": "1.6.6", + "version": "1.9.5", "private": true, "dependencies": { "bootstrap": "~2.3.2", @@ -10,7 +10,7 @@ "codemirror": "3.18.0", "jquery-timeago": "1.3.0" }, - "install" : { + "install": { "base": "vendor", "path": { "js": "{name}/js", diff --git a/package.json b/package.json index db72677ef..2594ac880 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strider", - "version": "1.9.4", + "version": "1.9.5", "bin": { "strider": "bin/strider" },