From 6079b51d5b39bd173cd5bf74f2e7efc8b59f57cc Mon Sep 17 00:00:00 2001 From: Svyatoslav Kryukov Date: Tue, 9 Apr 2024 09:28:03 +0300 Subject: [PATCH] Bump 0.2.2 --- CHANGELOG.md | 5 ++++- lib/json_skooma/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6a6b13..535f157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning]. ## [Unreleased] +## [0.2.2] - 2023-04-09 + ### Fixed - Fix `$dynamicAnchor` boolean evaluation. ([@skryukov]) @@ -41,7 +43,8 @@ and this project adheres to [Semantic Versioning]. [@skryukov]: https://github.com/skryukov -[Unreleased]: https://github.com/skryukov/json_skooma/compare/v0.2.1...HEAD +[Unreleased]: https://github.com/skryukov/json_skooma/compare/v0.2.2...HEAD +[0.2.2]: https://github.com/skryukov/json_skooma/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/skryukov/json_skooma/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/skryukov/json_skooma/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/skryukov/json_skooma/commits/v0.1.0 diff --git a/lib/json_skooma/version.rb b/lib/json_skooma/version.rb index 4469fd4..fa62151 100644 --- a/lib/json_skooma/version.rb +++ b/lib/json_skooma/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module JSONSkooma - VERSION = "0.2.1" + VERSION = "0.2.2" end