Skip to content

Commit 7fe8ef5

Browse files
author
Ilya Radchenko
committed
v1.9.1
- Fix collaborator router returning 404
1 parent fa32742 commit 7fe8ef5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog / Past releases
22

3+
## 1.9.1 - 2016-09-09
4+
5+
- Fix collaborator router returning 404
6+
37
## 1.9.0 - 2016-09-07
48

59
The biggest change in this release is that Strider expects to be run with Node.js version greater

package.json

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

0 commit comments

Comments
 (0)