Skip to content

Commit b53d7ab

Browse files
committed
Bump 0.12.0
1 parent 40d03ca commit b53d7ab

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.12.0] - 2026-03-29
11+
1012
### Added
1113

1214
- **Route generation**: Generate typed TypeScript (or JavaScript) route helpers from Rails routes. Enable with `config.routes.enabled = true`. ([@skryukov])
@@ -465,7 +467,8 @@ and this project adheres to [Semantic Versioning].
465467
[@skryukov]: https://github.com/skryukov
466468
[@ventsislaf]: https://github.com/ventsislaf
467469
468-
[Unreleased]: https://github.com/skryukov/typelizer/compare/v0.11.0...HEAD
470+
[Unreleased]: https://github.com/skryukov/typelizer/compare/v0.12.0...HEAD
471+
[0.12.0]: https://github.com/skryukov/typelizer/compare/v0.11.0...v0.12.0
469472
[0.11.0]: https://github.com/skryukov/typelizer/compare/v0.10.0...v0.11.0
470473
[0.10.0]: https://github.com/skryukov/typelizer/compare/v0.9.3...v0.10.0
471474
[0.9.3]: https://github.com/skryukov/typelizer/compare/v0.9.2...v0.9.3

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

0 commit comments

Comments
 (0)