Skip to content

Commit 84ed80c

Browse files
committed
Bump 0.4.1
1 parent 93dd4d0 commit 84ed80c

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.4.1] - 2025-06-10
11+
1012
### Added
1113

1214
- 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].
166168
[@patvice]: https://github.com/patvice
167169
[@skryukov]: https://github.com/skryukov
168170
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
170173
[0.4.0]: https://github.com/skryukov/typelizer/compare/v0.3.0...v0.4.0
171174
[0.3.0]: https://github.com/skryukov/typelizer/compare/v0.2.0...v0.3.0
172175
[0.2.0]: https://github.com/skryukov/typelizer/compare/v0.1.5...v0.2.0

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.4.0"
4+
VERSION = "0.4.1"
55
end

0 commit comments

Comments
 (0)