From c73fc658570f654ddc0b0a316bd0a2dd4ae4494e Mon Sep 17 00:00:00 2001 From: Svyatoslav Kryukov Date: Mon, 24 Jun 2024 20:17:13 +0300 Subject: [PATCH] Bump 0.3.2 --- CHANGELOG.md | 9 ++++++++- lib/turbo/mount/version.rb | 2 +- packages/turbo-mount/package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c82a5fc..2a2af1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning]. ## [Unreleased] +## [0.3.2] - 2024-06-24 + +### Fixed + +- Fix typescript exports. ([@skryukov]) + ## [0.3.1] - 2024-06-16 ### Added @@ -61,7 +67,8 @@ and this project adheres to [Semantic Versioning]. [@skryukov]: https://github.com/skryukov -[Unreleased]: https://github.com/skryukov/turbo-mount/compare/v0.3.1...HEAD +[Unreleased]: https://github.com/skryukov/turbo-mount/compare/v0.3.2...HEAD +[0.3.1]: https://github.com/skryukov/turbo-mount/compare/v0.3.1...v0.3.2 [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 diff --git a/lib/turbo/mount/version.rb b/lib/turbo/mount/version.rb index 1929c18..4c11f44 100644 --- a/lib/turbo/mount/version.rb +++ b/lib/turbo/mount/version.rb @@ -2,6 +2,6 @@ module Turbo module Mount - VERSION = "0.3.1" + VERSION = "0.3.2" end end diff --git a/packages/turbo-mount/package.json b/packages/turbo-mount/package.json index fe5453b..b3c376f 100644 --- a/packages/turbo-mount/package.json +++ b/packages/turbo-mount/package.json @@ -1,6 +1,6 @@ { "name": "turbo-mount", - "version": "0.3.1", + "version": "0.3.2", "license": "MIT", "description": "Use React, Vue, and other components with Hotwire", "author": "Svyatoslav Kryukov ",