diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 88efc87..082a0b8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.17" + ".": "0.1.18" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e259bb8..9d1860e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.18](https://github.com/main-branch/nested_objects/compare/v0.1.17...v0.1.18) (2026-04-24) + + +### Other Changes + +* Correct syntax error in example data and improve formatting in README ([64dc3b9](https://github.com/main-branch/nested_objects/commit/64dc3b9e804c801733d003c0c7eb54af3f644786)) +* **dependencies:** Update dependencies for all GitHub Actions workflows ([ead4d20](https://github.com/main-branch/nested_objects/commit/ead4d2054bdc65bbf6d39559d69612463466d041)) + ## [0.1.17](https://github.com/main-branch/nested_objects/compare/v0.1.16...v0.1.17) (2025-04-27) diff --git a/lib/nested_objects/version.rb b/lib/nested_objects/version.rb index 597183c..2d18fd5 100644 --- a/lib/nested_objects/version.rb +++ b/lib/nested_objects/version.rb @@ -2,5 +2,5 @@ module NestedObjects # The last released gem version - VERSION = '0.1.17' + VERSION = '0.1.18' end