Skip to content

Commit

Permalink
Release v0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
zachahn committed Apr 23, 2021
1 parent 5e12cfc commit 46f495e
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.14] - 2021-04-22

### Added

* Navigation can be configured now. But it's still automatic by default
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
super (0.0.13)
super (0.0.14)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails50_sprockets3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.0.13)
super (0.0.14)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails50_sprockets3_ruby23.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.0.13)
super (0.0.14)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails51_sprockets3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.0.13)
super (0.0.14)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails52_sprockets4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.0.13)
super (0.0.14)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails60_sprockets4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.0.13)
super (0.0.14)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails60_webpacker4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.0.13)
super (0.0.14)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails60_webpacker5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.0.13)
super (0.0.14)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails61_sprockets4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.0.13)
super (0.0.14)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails61_webpacker5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.0.13)
super (0.0.14)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails61_webpacker6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.0.13)
super (0.0.14)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/super/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Super
VERSION = "0.0.13"
VERSION = "0.0.14"
end

0 comments on commit 46f495e

Please sign in to comment.