Skip to content

Commit

Permalink
Bump 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed May 12, 2024
1 parent 8f33f95 commit 32f5e9a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.3] - 2024-05-12

### Added

- Add a mount target to the base controller. ([@skryukov])
Expand Down Expand Up @@ -34,7 +36,8 @@ and this project adheres to [Semantic Versioning].

[@skryukov]: https://github.com/skryukov

[Unreleased]: https://github.com/skryukov/turbo-mount/compare/v0.2.2...HEAD
[Unreleased]: https://github.com/skryukov/turbo-mount/compare/v0.2.3...HEAD
[0.2.3]: https://github.com/skryukov/turbo-mount/commits/v0.2.3
[0.2.2]: https://github.com/skryukov/turbo-mount/commits/v0.2.2
[0.2.0]: https://github.com/skryukov/turbo-mount/commits/v0.2.0
[0.1.0]: https://github.com/skryukov/turbo-mount/commits/v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion lib/turbo/mount/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Turbo
module Mount
VERSION = "0.2.2"
VERSION = "0.2.3"
end
end
2 changes: 1 addition & 1 deletion packages/turbo-mount/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turbo-mount",
"version": "0.2.2",
"version": "0.2.3",
"license": "MIT",
"description": "Use React, Vue, and other components with Hotwire",
"author": "Svyatoslav Kryukov <[email protected]>",
Expand Down

0 comments on commit 32f5e9a

Please sign in to comment.