Skip to content

Commit

Permalink
Bump 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Jun 16, 2024
1 parent 9e052bd commit 65a35eb
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.3.1] - 2024-06-16

### Fixed

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

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

[Unreleased]: https://github.com/skryukov/turbo-mount/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/skryukov/turbo-mount/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/skryukov/turbo-mount/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/skryukov/turbo-mount/compare/v0.2.3...v0.3.0
[0.2.3]: https://github.com/skryukov/turbo-mount/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/skryukov/turbo-mount/compare/v0.2.0...v0.2.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.3.0"
VERSION = "0.3.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.3.0",
"version": "0.3.1",
"license": "MIT",
"description": "Use React, Vue, and other components with Hotwire",
"author": "Svyatoslav Kryukov <[email protected]>",
Expand Down

0 comments on commit 65a35eb

Please sign in to comment.