Skip to content

Commit 5ef62fb

Browse files
committed
Prepare for release.
1 parent cefdcb8 commit 5ef62fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Changelog
22

3-
## 0.1.0-dev
3+
## 0.1.0 (February 15, 2017)
44
* Initial version.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Performs a simple string replace.
2929
```
3030

3131
### Example 2
32-
Using `[sharp](https://www.npmjs.com/package/sharp)`, returns the grayscale version of the resource.
32+
Using [`sharp`](https://www.npmjs.com/package/sharp), returns the grayscale version of the resource.
3333

3434
```
3535
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "custom-loader",
3-
"version" : "0.1.0-dev",
3+
"version" : "0.1.0",
44
"description" : "Custom loader module for webpack.",
55
"keywords" : [ "webpack", "loader", "module", "callback" ],
66
"homepage" : "https://github.com/vseventer/custom-loader",

0 commit comments

Comments
 (0)