Skip to content

Commit 4bda654

Browse files
author
Mattia Roccoberton
committed
chore: bump to version 0.10.1
1 parent e88c533 commit 4bda654

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
A compact and composable dashboard component for Ruby
44

5+
## 0.10.1
6+
7+
- refactor: change Phlex template references to view_template
8+
59
## 0.10.0
610

711
- feat: authorization support

lib/tiny_admin/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 TinyAdmin
4-
VERSION = '0.10.0'
4+
VERSION = '0.10.1'
55
end

0 commit comments

Comments
 (0)