Skip to content

Commit a0b936e

Browse files
committed
Release version 1.1
1 parent 0342db7 commit a0b936e

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ it might be helpful to have the ability to filter that list of files on the fly
2222

2323
## Release History
2424

25+
### v1.1.0 - July 10, 2014
26+
27+
- Adds button to unhide all previously-hidden files.
28+
- Adds ability to enter multiple comma-separated arguments into the text field.
29+
2530
### v1.0.1 - July 9, 2014
2631

2732
- Design improvements.
@@ -37,11 +42,6 @@ Google Chrome 31+.
3742

3843
Some general, not-set-in-stone ideas for feature buildout order.
3944

40-
### v1.1
41-
42-
- Add button to unhide all previously-hidden files.
43-
- Add ability to enter multiple comma-separated arguments into the text field.
44-
4545
### v1.2
4646

4747
- Add to a list of activated filters each time the form is submitted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-diff-filter",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "A bookmarklet to allow you to filter the list of files in GitHub's comparison views.",
55
"keywords": [
66
"bookmarklet",
@@ -20,7 +20,7 @@
2020
"bugs": "https://github.com/Scotchester/github-diff-filter/issues",
2121
"licenses": [
2222
{
23-
"type": "Public Domain",
23+
"type": "MIT",
2424
"url": "https://github.com/Scotchester/github-diff-filter/blob/master/TERMS.md"
2525
}
2626
],

0 commit comments

Comments
 (0)