Skip to content

Commit 1f3fe98

Browse files
authored
Merge pull request #42 from blocknotes/chore/bump-to-version-0.10.1
chore: bump to version 0.10.1
2 parents e88c533 + 4bda654 commit 1f3fe98

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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)