Skip to content

Commit

Permalink
Bump up
Browse files Browse the repository at this point in the history
  • Loading branch information
route committed Sep 14, 2023
1 parent 07b9354 commit 7ae00e7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.13...main) ##
## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.14...main) ##

### Added

### Changed

### Fixed

### Removed


## [0.14](https://github.com/rubycdp/ferrum/compare/v0.13...v0.14) - (Sep 14, 2023) ##

### Added
- `Ferrum::Page#device_pixel_ratio` returns the ratio of the resolution in physical pixels to the
Expand Down
2 changes: 1 addition & 1 deletion lib/ferrum/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Ferrum
VERSION = "0.13"
VERSION = "0.14"
end

0 comments on commit 7ae00e7

Please sign in to comment.