Skip to content

Commit

Permalink
Bump 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Nov 26, 2024
1 parent 368e07f commit dee7e5b
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.4.1] - 2024-11-26

### Added

- Support Shakapacker in the installation script. ([@skryukov])
Expand Down Expand Up @@ -91,7 +93,8 @@ and this project adheres to [Semantic Versioning].
[@jkogara]: https://github.com/jkogara
[@skryukov]: https://github.com/skryukov

[Unreleased]: https://github.com/skryukov/turbo-mount/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/skryukov/turbo-mount/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/skryukov/turbo-mount/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/skryukov/turbo-mount/compare/v0.3.3...v0.4.0
[0.3.3]: https://github.com/skryukov/turbo-mount/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/skryukov/turbo-mount/compare/v0.3.1...v0.3.2
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.4.0"
VERSION = "0.4.1"
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.4.0",
"version": "0.4.1",
"license": "MIT",
"description": "Use React, Vue, Svelte, and other components with Hotwire",
"author": "Svyatoslav Kryukov <[email protected]>",
Expand Down

0 comments on commit dee7e5b

Please sign in to comment.