diff --git a/CHANGELOG.md b/CHANGELOG.md index 889b80b..0ecd4b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## HEAD (unreleased) +## 0.1.3 + +- Internal refactor (https://github.com/zombocom/syntax_search/pull/13) + ## 0.1.2 - Codeblocks in output are now indented with 4 spaces and "code fences" are removed (https://github.com/zombocom/syntax_search/pull/11) diff --git a/Gemfile.lock b/Gemfile.lock index a341000..0a2f29d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - syntax_search (0.1.2) + syntax_search (0.1.3) parser GEM diff --git a/lib/syntax_search/version.rb b/lib/syntax_search/version.rb index b5700cd..9452849 100644 --- a/lib/syntax_search/version.rb +++ b/lib/syntax_search/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SyntaxErrorSearch - VERSION = "0.1.2" + VERSION = "0.1.3" end