Skip to content

Commit 242eb27

Browse files
chore: release 2.2.1
1 parent a504716 commit 242eb27

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.2.1](https://github.com/webhippie/po_to_json/compare/v2.2.0...v2.2.1) (2025-12-22)
4+
5+
6+
### Bugfixes
7+
8+
* **patch:** update dependency ruby to v3.4.8 ([#57](https://github.com/webhippie/po_to_json/issues/57)) ([846d0e1](https://github.com/webhippie/po_to_json/commit/846d0e1ecd2fbb714942b128547f8f16ac528dbf))
9+
310
## [2.2.0](https://github.com/webhippie/po_to_json/compare/v2.1.2...v2.2.0) (2025-11-10)
411

512

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ look at the [wokflow][workflow].
1616
## Installation
1717

1818
```ruby
19-
gem 'po_to_json', '~> 2.2.0'
19+
gem 'po_to_json', '~> 2.2.1'
2020
```
2121

2222
## Versioning
@@ -33,7 +33,7 @@ gem using the [Pessimistic Version Constraint][pvc] with two digits of precision
3333
For example:
3434

3535
```ruby
36-
spec.add_dependency 'po_to_json', '~> 2.2.0'
36+
spec.add_dependency 'po_to_json', '~> 2.2.1'
3737
```
3838

3939
## Usage

lib/po_to_json/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
#
2626

2727
class PoToJson
28-
VERSION = "2.2.0".freeze
28+
VERSION = "2.2.1".freeze
2929
end

0 commit comments

Comments
 (0)