Skip to content

Commit 3d8bbd5

Browse files
committed
docs: changelog for version 0.1.2
1 parent 34cc88e commit 3d8bbd5

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## [0.1.2] - 2025-09-11
4+
5+
### Added
6+
7+
- Support for Turbolinks.
8+
- Copy to clipboard button for results.
9+
- Toggle results visibility button.
10+
- Refactor overlay.js into multiple files.
11+
312
## [0.1.1] - 2025-09-10
413

514
### Fixed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
command_deck (0.1.1)
4+
command_deck (0.1.2)
55
actionpack (>= 7.0)
66
railties (>= 7.0)
77

lib/command_deck/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module CommandDeck
4-
VERSION = "0.1.1"
4+
VERSION = "0.1.2"
55
end

0 commit comments

Comments
 (0)