File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning].
77
88## [ Unreleased]
99
10+ ## [ 0.5.5] - 2025-12-24
11+
1012### Added
1113
1214- New ` properties_sort_order ` configuration option for consistent property ordering in generated TypeScript interfaces. ([ @skryukov ] )
@@ -308,7 +310,8 @@ and this project adheres to [Semantic Versioning].
308310[@prog-supdex]: https://github.com/prog-supdex
309311[@ventsislaf]: https://github.com/ventsislaf
310312
311- [Unreleased]: https://github.com/skryukov/typelizer/compare/v0.5.4...HEAD
313+ [Unreleased]: https://github.com/skryukov/typelizer/compare/v0.5.5...HEAD
314+ [0.5.5]: https://github.com/skryukov/typelizer/compare/v0.5.4...v0.5.5
312315[0.5.4]: https://github.com/skryukov/typelizer/compare/v0.5.3...v0.5.4
313316[0.5.3]: https://github.com/skryukov/typelizer/compare/v0.5.2...v0.5.3
314317[0.5.2]: https://github.com/skryukov/typelizer/compare/v0.5.1...v0.5.2
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Typelizer
4- VERSION = "0.5.4 "
4+ VERSION = "0.5.5 "
55end
You can’t perform that action at this time.
0 commit comments