diff --git a/CHANGELOG.md b/CHANGELOG.md index e179b21..c386bf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [2.1.1](https://github.com/FRSource/frs-replace/compare/v2.1.0...v2.1.1) (2020-05-16) + + +### Bug Fixes + +* cli path for binary command ([2546905](https://github.com/FRSource/frs-replace/commit/254690572e86d31c60aaac5b234fbb6b5d11eabf)) + ## [2.1.0](https://github.com/FRSource/frs-replace/compare/v2.0.1...v2.1.0) (2020-05-15) diff --git a/package.json b/package.json index 4fc99a1..39331d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@frsource/frs-replace", - "version": "2.1.0", + "version": "2.1.1", "description": "Simple wrapper around javascript replace with CLI usage support!", "bin": { "frs-replace": "./bin/cli.js" @@ -67,6 +67,6 @@ "yargs": "^15.3.1" }, "resolutions": { - "handlebars" : "4.5.0" + "handlebars": "4.5.0" } }