Skip to content

Commit

Permalink
Bump 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed May 31, 2024
1 parent 0f8e455 commit 100479e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions 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.0] - 2024-05-31

### Added

- Installation script. ([@skryukov])
Expand Down Expand Up @@ -49,10 +51,11 @@ and this project adheres to [Semantic Versioning].

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

[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
[Unreleased]: https://github.com/skryukov/turbo-mount/compare/v0.3.0...HEAD
[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
[0.2.0]: https://github.com/skryukov/turbo-mount/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/skryukov/turbo-mount/commits/v0.1.0

[Keep a Changelog]: https://keepachangelog.com/en/1.0.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.3"
VERSION = "0.3.0"
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.3",
"version": "0.3.0",
"license": "MIT",
"description": "Use React, Vue, and other components with Hotwire",
"author": "Svyatoslav Kryukov <[email protected]>",
Expand Down

0 comments on commit 100479e

Please sign in to comment.