From 1dfb269e85f4edc490c5f7b77f795660e0455f06 Mon Sep 17 00:00:00 2001 From: Sean McBreen Date: Wed, 5 Apr 2017 09:23:26 -0700 Subject: [PATCH] 1.0.1 --- CHANGELOG.md | 13 +++++++++++++ README.md | 10 ---------- package.json | 2 +- 3 files changed, 14 insertions(+), 11 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a18477c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Updates + +## 1.0.1 + +* Accepted two PRs thank you [@alefragnani](https://github.com/alefragnani) to fix issues on empty file operations and to support additional filetypes. + +## 1.0.0 + +* Fixed some multi selection bugs + * fix: ASCII Art, toUpper, ToLower all now support multi-selection +* Added in a few more options + * Slugify + * Camelize \ No newline at end of file diff --git a/README.md b/README.md index 1bb9db5..49534fa 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,4 @@ The extension is activated for all file types, and you open up a menu of comman Here are a few common issues. * The selection zone post edit can be mis-mapped. - -# Updates - -## 1.0.0 - -* Fixed some multi selection bugs - * fix: ASCII Art, toUpper, ToLower all now support multi-selection -* Added in a few more options - * Slugify - * Camelize diff --git a/package.json b/package.json index 0c7857e..a164c86 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "MDTools", "description": "Text replacement functions e.g. change case, reverse and ASCII Art for all file types.", - "version": "1.0.0", + "version": "1.0.1", "publisher": "seanmcbreen", "categories":[ "Other"