Skip to content

Commit f3e1bf6

Browse files
committed
chore: release v0.1.16
1 parent 515fc47 commit f3e1bf6

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.15"
2+
".": "0.1.16"
33
}

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
# Change Log
1+
# Changelog
2+
3+
## [0.1.16](https://github.com/main-branch/nested_objects/compare/v0.1.15...v0.1.16) (2025-04-27)
4+
5+
6+
### Features
7+
8+
* Initial version of NestedObjects ([515fc47](https://github.com/main-branch/nested_objects/commit/515fc4793ab7ad66dcf3beeff94a011978bff57f))
9+
10+
## Change Log

lib/nested_objects/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module NestedObjects
44
# The last released gem version
5-
VERSION = '0.1.0'
5+
VERSION = '0.1.16'
66
end

0 commit comments

Comments
 (0)