Skip to content

Commit 2133feb

Browse files
committed
Version 1.0.1 released.
1 parent 63eba05 commit 2133feb

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,7 @@ replace: {
628628

629629
## Release History
630630

631+
* 2016-04-19   v1.0.1   Fix bad README.md file.
631632
* 2016-04-19   v1.0.0   Add timestamp option to disable preserving timestamp when copying. Bump devDependencies. Point main to task and remove peerDeps.
632633
* 2015-09-09   v0.11.0   Improvements in handling patterns. Fix plain object representation issue. More test cases.
633634
* 2015-08-20   v0.10.2   Restore verbose after new pedantic option.

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ replace: {
408408

409409
## Release History
410410

411+
* 2016-04-19   v1.0.1   Fix bad README.md file.
411412
* 2016-04-19   v1.0.0   Add timestamp option to disable preserving timestamp when copying. Bump devDependencies. Point main to task and remove peerDeps.
412413
* 2015-09-09   v0.11.0   Improvements in handling patterns. Fix plain object representation issue. More test cases.
413414
* 2015-08-20   v0.10.2   Restore verbose after new pedantic option.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-replace",
33
"description": "Replace text patterns with applause.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"author": {
66
"name": "outaTiME",
77
"url": "http://outa.im/"
@@ -26,7 +26,8 @@
2626
"grunt": "^1.0.0",
2727
"grunt-contrib-clean": "^1.0.0",
2828
"grunt-contrib-jshint": "^1.0.0",
29-
"grunt-mocha-test": "^0.12.0"
29+
"grunt-mocha-test": "^0.12.0",
30+
"mocha": "^2.4.5"
3031
},
3132
"keywords": [
3233
"gruntplugin",

0 commit comments

Comments
 (0)