Skip to content

Commit 7ae00e7

Browse files
committed
Bump up
1 parent 07b9354 commit 7ae00e7

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.13...main) ##
1+
## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.14...main) ##
2+
3+
### Added
4+
5+
### Changed
6+
7+
### Fixed
8+
9+
### Removed
10+
11+
12+
## [0.14](https://github.com/rubycdp/ferrum/compare/v0.13...v0.14) - (Sep 14, 2023) ##
213

314
### Added
415
- `Ferrum::Page#device_pixel_ratio` returns the ratio of the resolution in physical pixels to the

lib/ferrum/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Ferrum
4-
VERSION = "0.13"
4+
VERSION = "0.14"
55
end

0 commit comments

Comments
 (0)