Skip to content

Commit 2b4dfcb

Browse files
committed
Bump 0.5.5
1 parent 411c744 commit 2b4dfcb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

lib/typelizer/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Typelizer
4-
VERSION = "0.5.4"
4+
VERSION = "0.5.5"
55
end

0 commit comments

Comments
 (0)