Skip to content

Commit

Permalink
chore(master): release 0.1.13 (#57)
Browse files Browse the repository at this point in the history
* 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 <matt@invalid8.com>
  • Loading branch information
github-actions[bot] and invalidusrname committed Nov 25, 2022
1 parent 7ee3877 commit bfe892b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
image_scraper (0.1.12)
image_scraper (0.1.13)
css_parser (~> 1.11)
nokogiri (~> 1.13)

Expand Down
2 changes: 1 addition & 1 deletion lib/image_scraper/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ImageScraper
VERSION = '0.1.12'
VERSION = '0.1.13'
end

0 comments on commit bfe892b

Please sign in to comment.