Skip to content

Commit

Permalink
chore(release): 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FRSgit committed Oct 19, 2018
1 parent 6ee6ef6 commit ed8051f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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.

<a name="0.1.2"></a>
## [0.1.2](https://github.com/FRSource/FRS-replace/compare/v0.1.1...v0.1.2) (2018-10-19)



<a name="0.1.1"></a>
## [0.1.1](https://github.com/FRSource/FRS-replace/compare/v0.1.0...v0.1.1) (2018-10-17)

Expand Down
18 changes: 16 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frs-replace",
"version": "0.1.1",
"version": "0.1.2",
"description": "Simple wrapper around javascript replace with CLI usage support!",
"bin": "./src/cli.js",
"main": "index.js",
Expand All @@ -19,7 +19,21 @@
"package.json",
"yarn.lock"
],
"keywords" : ["replace", "cli", "streams", "stream", "command-line", "pipes", "pipe", "nodejs", "replacement", "regex", "regexp", "regular-expression", "javascript"],
"keywords": [
"replace",
"cli",
"streams",
"stream",
"command-line",
"pipes",
"pipe",
"nodejs",
"replacement",
"regex",
"regexp",
"regular-expression",
"javascript"
],
"scripts": {
"prerelease": "standard --fix && yarn test",
"release": "standard-version",
Expand Down

0 comments on commit ed8051f

Please sign in to comment.