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.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
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Typelizer
4- VERSION = "0.11 .0"
4+ VERSION = "0.12 .0"
55end
You can’t perform that action at this time.
0 commit comments