From e56cfbba4651a9459dad77f95a4a341e22e19b5f Mon Sep 17 00:00:00 2001 From: Jakub Freisler Date: Mon, 15 Oct 2018 06:45:52 +0200 Subject: [PATCH] chore(release): 0.0.3 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27fdf76..6a64480 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.0.3](https://github.com/FRSource/FRS-replace/compare/v0.0.2...v0.0.3) (2018-10-15) + + + ## [0.0.2](https://github.com/FRSource/FRS-replace/compare/v0.0.1...v0.0.2) (2018-10-15) diff --git a/package.json b/package.json index a2c02c8..4bb81ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frs-replace", - "version": "0.0.2", + "version": "0.0.3", "description": "Simple wrapper around javascript replace with CLI usage support!", "bin": "./src/cli.js", "main": "index.js",