Skip to content

Commit 83b0d95

Browse files
committed
prepare for 4.5.0
1 parent 4933db3 commit 83b0d95

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 4.5.0
4+
5+
* Add `aria-current=page` attribute to selected link. Credits to oneiros.
6+
* Fix most of the rubocop todos.
7+
* Increase coverage.
8+
* Update some dependencies.
9+
310
## 4.4.1
411

512
* Removes the link to the online demo from the README. Credits to tosbourn.

lib/simple_navigation/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 SimpleNavigation
4-
VERSION = '4.4.1'
4+
VERSION = '4.5.0'
55
end

0 commit comments

Comments
 (0)