Skip to content

Commit 2dd881b

Browse files
committed
Bump 0.1.2 version
1 parent 95f18c0 commit 2dd881b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9-
- Initial release
9+
- Initial release
10+
11+
## [0.1.2] - 2023-06-05
12+
13+
### Added
14+
15+
- Support for automatically opening View Component files in split view. HTML files will open in the left pane and Ruby files will open in the right pane (#1).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "open-rails-partial",
33
"displayName": "Open Rails Partial",
44
"description": "VS Code extension that supports opening Rails partials found in development from the browser.",
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"engines": {
77
"vscode": "^1.78.0"
88
},

0 commit comments

Comments
 (0)