diff --git a/CHANGELOG.md b/CHANGELOG.md index 7032bc0..dd7462b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## [Unreleased] +## [0.1.13](https://github.com/charlotte-ruby/image_scraper/compare/v0.1.12...v0.1.13) (2022-11-25) + + +### Bug Fixes + +* bump to gems. bump ruby to 3.1.3 ([7ee3877](https://github.com/charlotte-ruby/image_scraper/commit/7ee38775bbc0e9684fe512c698a9caa1ecb3c07b)) + ## [0.1.12](https://github.com/charlotte-ruby/image_scraper/compare/v0.1.11...v0.1.12) (2022-11-25) diff --git a/Gemfile.lock b/Gemfile.lock index b8e64a4..8f3a602 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - image_scraper (0.1.12) + image_scraper (0.1.13) css_parser (~> 1.11) nokogiri (~> 1.13) diff --git a/lib/image_scraper/version.rb b/lib/image_scraper/version.rb index c037c34..7fc5d60 100644 --- a/lib/image_scraper/version.rb +++ b/lib/image_scraper/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ImageScraper - VERSION = '0.1.12' + VERSION = '0.1.13' end