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].
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.4.1] - 2025-06-10
11
+
10
12
### Added
11
13
12
14
- Add option to use double quotes in generated TypeScript interfaces through ` prefer_double_quotes ` config option ([ @kristinemcbride ] )
@@ -166,7 +168,8 @@ and this project adheres to [Semantic Versioning].
166
168
[@patvice]: https://github.com/patvice
167
169
[@skryukov]: https://github.com/skryukov
168
170
169
- [Unreleased]: https://github.com/skryukov/typelizer/compare/v0.4.0...HEAD
171
+ [Unreleased]: https://github.com/skryukov/typelizer/compare/v0.4.1...HEAD
172
+ [0.4.1]: https://github.com/skryukov/typelizer/compare/v0.4.0...v0.4.1
170
173
[0.4.0]: https://github.com/skryukov/typelizer/compare/v0.3.0...v0.4.0
171
174
[0.3.0]: https://github.com/skryukov/typelizer/compare/v0.2.0...v0.3.0
172
175
[0.2.0]: https://github.com/skryukov/typelizer/compare/v0.1.5...v0.2.0
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Typelizer
4
- VERSION = "0.4.0 "
4
+ VERSION = "0.4.1 "
5
5
end
You can’t perform that action at this time.
0 commit comments