diff --git a/VersionHistory.md b/VersionHistory.md index 3207e93..46d5a7d 100644 --- a/VersionHistory.md +++ b/VersionHistory.md @@ -9,6 +9,11 @@ Prefix the description of the change with `[major]`, `[minor]` or `[patch]` in a ## Released +### 1.1.0 + +* Find and replace `.js`, `.py`, and `.ts` files. +* Support snake case and kebab case, i.e. when replacing `SourceText` with `TargetText`, replace `source_text` with `target_text` and `source-text` with `target-text`. + ### 1.0.0 * Initial release. diff --git a/src/FindReplaceCode/FindReplaceCode.csproj b/src/FindReplaceCode/FindReplaceCode.csproj index 7f8186a..f824656 100644 --- a/src/FindReplaceCode/FindReplaceCode.csproj +++ b/src/FindReplaceCode/FindReplaceCode.csproj @@ -2,7 +2,7 @@ Exe netcoreapp2.1 - 1.0.0 + 1.1.0 true findreplacecode Faithlife.FindReplaceCode.Tool