From bfe892b049e5aa3234160caa9a941d74e8c1d646 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 14:35:58 -0500 Subject: [PATCH] chore(master): release 0.1.13 (#57) * chore(master): release 0.1.13 * bump Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt McMahand --- CHANGELOG.md | 7 +++++++ Gemfile.lock | 2 +- lib/image_scraper/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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