Skip to content

Commit

Permalink
Bump 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Oct 9, 2024
1 parent 7bcea93 commit d25de2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

## [0.2.2] - 2024-10-09

Added:

- TypeScript support for the installation generator ([@skryukov])
Expand Down Expand Up @@ -60,7 +62,8 @@ Added:
[@Shaglock]: https://github.com/Shaglock
[@skryukov]: https://github.com/skryukov

[Unreleased]: https://github.com/skryukov/inertia_rails-contrib/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/skryukov/inertia_rails-contrib/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/skryukov/inertia_rails-contrib/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/skryukov/inertia_rails-contrib/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/skryukov/inertia_rails-contrib/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/skryukov/inertia_rails-contrib/compare/v0.1.0...v0.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/inertia_rails_contrib/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module InertiaRailsContrib
VERSION = "0.2.1"
VERSION = "0.2.2"
end

0 comments on commit d25de2f

Please sign in to comment.