Skip to content

Commit dee7e5b

Browse files
committed
Bump 0.4.1
1 parent 368e07f commit dee7e5b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
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.4.1] - 2024-11-26
11+
1012
### Added
1113

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

94-
[Unreleased]: https://github.com/skryukov/turbo-mount/compare/v0.4.0...HEAD
96+
[Unreleased]: https://github.com/skryukov/turbo-mount/compare/v0.4.1...HEAD
97+
[0.4.1]: https://github.com/skryukov/turbo-mount/compare/v0.4.0...v0.4.1
9598
[0.4.0]: https://github.com/skryukov/turbo-mount/compare/v0.3.3...v0.4.0
9699
[0.3.3]: https://github.com/skryukov/turbo-mount/compare/v0.3.2...v0.3.3
97100
[0.3.2]: https://github.com/skryukov/turbo-mount/compare/v0.3.1...v0.3.2

lib/turbo/mount/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Turbo
44
module Mount
5-
VERSION = "0.4.0"
5+
VERSION = "0.4.1"
66
end
77
end

packages/turbo-mount/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turbo-mount",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"license": "MIT",
55
"description": "Use React, Vue, Svelte, and other components with Hotwire",
66
"author": "Svyatoslav Kryukov <[email protected]>",

0 commit comments

Comments
 (0)