Skip to content

Commit 65a35eb

Browse files
committed
Bump 0.3.1
1 parent 9e052bd commit 65a35eb

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.3.1] - 2024-06-16
11+
1012
### Fixed
1113

1214
- Fix entrypoint issue in the install generator. ([@skryukov])
@@ -55,7 +57,8 @@ and this project adheres to [Semantic Versioning].
5557

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

58-
[Unreleased]: https://github.com/skryukov/turbo-mount/compare/v0.3.0...HEAD
60+
[Unreleased]: https://github.com/skryukov/turbo-mount/compare/v0.3.1...HEAD
61+
[0.3.1]: https://github.com/skryukov/turbo-mount/compare/v0.3.0...v0.3.1
5962
[0.3.0]: https://github.com/skryukov/turbo-mount/compare/v0.2.3...v0.3.0
6063
[0.2.3]: https://github.com/skryukov/turbo-mount/compare/v0.2.2...v0.2.3
6164
[0.2.2]: https://github.com/skryukov/turbo-mount/compare/v0.2.0...v0.2.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.3.0"
5+
VERSION = "0.3.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.3.0",
3+
"version": "0.3.1",
44
"license": "MIT",
55
"description": "Use React, Vue, and other components with Hotwire",
66
"author": "Svyatoslav Kryukov <[email protected]>",

0 commit comments

Comments
 (0)