From ed8051fbf8714cb1bcf91b86ec53465b808e8519 Mon Sep 17 00:00:00 2001 From: Jakub Freisler Date: Fri, 19 Oct 2018 02:13:17 +0200 Subject: [PATCH] chore(release): 0.1.2 --- CHANGELOG.md | 5 +++++ package.json | 18 ++++++++++++++++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d674d5..f9090ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + +## [0.1.2](https://github.com/FRSource/FRS-replace/compare/v0.1.1...v0.1.2) (2018-10-19) + + + ## [0.1.1](https://github.com/FRSource/FRS-replace/compare/v0.1.0...v0.1.1) (2018-10-17) diff --git a/package.json b/package.json index 72c79e6..1d6b9d8 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",