Skip to content

Commit 89405db

Browse files
chore: release 2.2.0
1 parent 8174bf4 commit 89405db

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.0](https://github.com/webhippie/po_to_json/compare/v2.1.2...v2.2.0) (2025-11-10)
4+
5+
6+
### Features
7+
8+
* implement generate_for_json method ([aa8a13a](https://github.com/webhippie/po_to_json/commit/aa8a13ab8e2784ea23b889b775c6c700eb0b7821))
9+
310
## [2.1.2](https://github.com/webhippie/po_to_json/compare/v2.1.1...v2.1.2) (2025-10-13)
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.1.2'
19+
gem 'po_to_json', '~> 2.2.0'
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.1.2'
36+
spec.add_dependency 'po_to_json', '~> 2.2.0'
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.1.2".freeze
28+
VERSION = "2.2.0".freeze
2929
end

0 commit comments

Comments
 (0)