diff --git a/CHANGELOG.md b/CHANGELOG.md index f8428df..4960639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.5](https://github.com/FRSource/FRS-replace/compare/v0.0.4...v0.0.5) (2018-10-15) + + +### Bug Fixes + +* **docs:** styling & API usage/examples ([cba85dc](https://github.com/FRSource/FRS-replace/commit/cba85dc)), closes [#1](https://github.com/FRSource/FRS-replace/issues/1) +* **node:** expose public node API ([c727dff](https://github.com/FRSource/FRS-replace/commit/c727dff)), closes [#5](https://github.com/FRSource/FRS-replace/issues/5) + + + ## [0.0.4](https://github.com/FRSource/FRS-replace/compare/v0.0.3...v0.0.4) (2018-10-15) diff --git a/package.json b/package.json index ff39721..ad13335 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frs-replace", - "version": "0.0.4", + "version": "0.0.5", "description": "Simple wrapper around javascript replace with CLI usage support!", "bin": "./src/cli.js", "main": "index.js",